Intermediate
SQL
Q51 / 100
What is database normalization?
Correct! Well done.
Incorrect.
The correct answer is B) The process of organizing tables and columns to minimize redundancy and dependency, typically by dividing data into related tables
B
Correct Answer
The process of organizing tables and columns to minimize redundancy and dependency, typically by dividing data into related tables
Explanation
Normalization applies a series of rules (normal forms) to reduce data duplication and improve data integrity by structuring tables around well-defined relationships.
Progress
51/100