Normalisation Flashcards
1
Q
How do you get something to 1NF?
A
- Eliminate duplicate columns
- Create separate tables for each group of related data
- Identify the Primary Key
- Remove duplicate values in a single field
2
Q
How do you get something to 2NF?
A
- Check data is already in 1NF
- Remove data sets that occur in multiple rows and transfer to new tables
- Create relationships between tables
3
Q
How do you get something to 3NF?
A
- Check data is in 2NF
- Remove any columns not dependant on the primary key