3.3 Databases and Data Management Flashcards
1
Q
Requirements for First Normal Form (1NF)
A
- All its data are atomic.
- There are no repeating columns or fields.
2
Q
Requirements for Second Normal Form (2NF)
A
- It must satisfy 1NF.
- All non-key-attributes must be fully dependent on the primary key.
3
Q
Requirements for Third Normal Form (3NF)
A
- It must satisfy 2NF.
- All non-key attributes are non-transitively dependent on the primary key.