Question: Which of the following is a disadvantage of normalization?
Options:
Correct Answer: Complex queries
Solution:
Normalization can lead to complex queries because data is spread across multiple tables, requiring more joins to retrieve related data.