MySQL – Normalization MCQ

MySQL – Normalization MCQ

1 / 26

1. What is the primary goal of database normalization?

2 / 26

2. Which normalization form ensures that data is in its most reduced and efficient form?

3 / 26

3. What is the main principle behind normalization?

4 / 26

4. In which normalization form is a table not allowed to have partial dependencies on the primary key?

5 / 26

5. What is a candidate key in the context of database normalization?

6 / 26

6. What is the purpose of eliminating redundancy in a database?

7 / 26

7. Which normalization form ensures that there are no transitive dependencies between non-key attributes?

8 / 26

8. In a well-normalized database, what happens when data is updated in one place?

9 / 26

9. What is the key idea behind the First Normal Form (1NF)?

10 / 26

10. Which normal form is often the minimum requirement for a well-structured database?

11 / 26

11. In Second Normal Form (2NF), what should be ensured regarding non-key attributes?

12 / 26

12. What is a superkey in the context of database normalization?

13 / 26

13. What is the goal of Boyce-Codd Normal Form (BCNF)?

14 / 26

14. What is the primary benefit of a well-normalized database for query performance?

15 / 26

15. In which normalization form are multi-valued dependencies addressed?

16 / 26

16. What is the main reason to avoid over-normalization in database design?

17 / 26

17. What term describes a situation where data is inserted, updated, or deleted in a way that causes data inconsistencies?

18 / 26

18. What is the primary focus of normalization?

19 / 26

19. What type of dependencies does normalization aim to eliminate in a database?

20 / 26

20. What is the most basic form of normalization?

21 / 26

21. What does the term “atomicity of data” refer to in normalization?

22 / 26

22. In which normalization form are tables organized to ensure there are no repeating groups or arrays?

23 / 26

23. What is the ultimate goal of normalization in a database?

24 / 26

24. What does the term “transitive dependency” refer to in normalization?

25 / 26

25. Which of the following is not a benefit of database normalization?

26 / 26

26. What is the main disadvantage of over-normalization in database design?

Your score is

0%