Normalization
Two purpose of normalization
problems with unnormlized data
Normal Forms
DBDL
1NF
2NF: Partial Dependencies
2 variations of Partial Dependencies
Surrogate Keys
3NF: Transitive Dependencies
Functional dependency
derived field
direct field
UNF
Partial Dependency
-The prod_desc column is dependent on the product_id key but is not determined by the whse_id key.
- The whse_address column is dependent on the whse_id key but is not related to the product_id key
Transitive Dependencies