What does the 5NF form of normalization say?
Options
- Tables cannot have multi-valued dependencies on a Primary Key.
- The database should be in 3NF and all tables can have only one primary key
- There should be no cyclic dependencies in a composite key
- all attributes within the entity should depend solely on the entity's unique identifier.
CORRECT ANSWER : There should be no cyclic dependencies in a composite key
Write your comments