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