5NF - Definition - Database
Q. What is 5NF?- Published on 26 Aug 15a. The database should be in 3NF and all tables can have only one primary key.
b. There should be no cyclic dependencies in a composite key.
c. All attributes within the entity should depend solely on the entity's unique identifier.
d. Tables cannot have multi - valued dependencies on a Primary Key.
ANSWER: There should be no cyclic dependencies in a composite key.