Topics: Database - Database Normalisation
When normalising a database, we say that a relation (table) is in the third normal form (3NF) if it satisfies the following two conditions:
- It’s in the second normal form
- It has no transitive dependencies
Search
Topics: Database - Database Normalisation
When normalising a database, we say that a relation (table) is in the third normal form (3NF) if it satisfies the following two conditions: