Skip to content
#1. Which normal form allows a relation to be in 5NF and eliminates join dependencies?
#2. What is the primary goal of normalization in database design?
#3. Which normal form eliminates partial and transitive dependencies on a composite primary key?
#4. What does the term “superkey” refer to in the context of database normalization?
#5. Which normal form allows a relation to be in 1NF and removes repeating groups?
#6. What is a composite key in the context of database normalization?
#7. Which normal form allows a relation to be in 2NF and removes partial dependencies?
#8. What is the key difference between 4NF (Fourth Normal Form) and BCNF (Boyce-Codd Normal Form)?
#9. What is a functional dependency in the context of database normalization?
#10. Which normal form allows a relation to be in 3NF and removes transitive dependencies between non-prime attributes?
#11. What is a transitive dependency in the context of database normalization?
#12. Which normal form allows a relation to be in 4NF and removes multivalued dependencies?
#13. What is the primary objective of normalization in database design?
#14. Which normal form eliminates the possibility of a transitive dependency between non-key attributes?
#15. In which normal form are non-prime attributes fully functionally dependent on every candidate key of the relation?
#16. What does the term “candidate key” refer to in normalization?
#17. What is the process of decomposing a relation into smaller, more manageable relations called?
#18. Which normal form allows a relation to be in 2NF and removes partial dependencies on a composite primary key?
#19. What is a partial dependency in the context of database normalization?
#20. Which normal form ensures that non-key attributes are fully functionally dependent on the primary key?