Beginner Database Management Systems
Q6 / 100

What is normalization?

Correct! Well done.

Incorrect.

The correct answer is B) Organizing a database to reduce redundancy and improve data integrity by dividing data into related tables

B

Correct Answer

Organizing a database to reduce redundancy and improve data integrity by dividing data into related tables

Explanation

Normalization applies normal forms (1NF, 2NF, 3NF, BCNF) to eliminate data redundancy. It prevents update, insertion, and deletion anomalies.

Progress
6/100