What is Normalisation
Normalisation is the process of coming up with the best possible layout for a relational database.
What is First Normal Form
Atomic = each field having only one item of data
Second Normal Form
Third Normal Form
If the database is in second normal form and contain no non-key dependencies, it is in third normal form. Meaning the attributes only depends on the value of the primary key and nothing else.
Third Normal Form