What is normalisation?
Structuring a database in a way designed to reduce data redundancy and improve integrity
What are the advantages of database normalisation?
Reduce repetition
Reduce redundancy
Reduce inconsistency
What is does atomic mean?
Cannot be split down into further parts
What is does it mean if a database is in the
third normal form?
An atomic database with no partial key dependencies and no non key dependencies