Cheat sheet of NFs of database
1st Normal Form Definition
A database is in first normal form if it satisfies the following conditions:
- Contains only atomic values
- There are no repeating groups
2nd Normal Form Definition
- It is in first normal form
- All non-key attributes are fully functional dependent on the primary key
3rd Normal Form Definition
- It is in second normal form
- There is no transitive functional dependency