Answer:
Hi!
The correct answer is a. There is a non-prime attribute that is transitively dependent on the key of the table.
Explanation:
By definition, a database table is in 3NF if:
- No nonprime attribute is transitively dependent on any key, this means that no nonprime attribute depends on other nonprime attributes. Finally, this would mean that all the non-prime attributes must depend only on the keys.