What is Normalization?
Systematic process of organizing the columns (attributes) and tables (relations) of a relational database to minimize data redundancy and improve data integrity
What is the 1NF?
-No repeating groups/list in one cell
-Splitting multivalued cells
What is the 2NF?
Is applied if the PK is composite.
-Non key attributes must depend on the entire composite key
-Fix by moving partially dependent attributes to a new table.