Define Normalization
It is a process used to organize databases into tables and columns to reduce redundancy and improve data integrity
Of the 3 most commonly applied normal forms (NFs), which of them applies to tables that contain composite primary keys
2NF
This NF ensures all columns have atomic values
1NF
There are no transitive dependencies in this NF
3NF
A __________ dependency is when a non-key attribute depends on another non-key attribute
Transitive
All non-key attributes are fully dependent on the entire primary key (PK)
2NF
In this form, each row in the table is uniquely identified by a PK
1NF