When is a database Normalized?
A database is normalized when each field holds just one value and each table has the correct set of fields. Improve organization of data
Normal forms
Set of rules for database design
1NF:
All fields must contain single values only
2NF:
Part of the primary key may not determine a non-key field
3NF:
A non-key field may not determine another non-key field