Question 5 of 10Pro Only
What is database normalization? Explain the first three normal forms.
Sample answer preview
Normalization is a process of structuring data to reduce redundancy and improve integrity. It organizes data into multiple related tables rather than one table with repeated data. First Normal Form, or 1NF, requires that each column contain atomic, indivisible values.
1NF2NF3NFatomicredundancydenormalization