Applying 1st, 2nd and 3rd normal forms to a database
Normalisation in a database system refers to the process of structuring your data in such a way as to reduce data redundancy and improve data integrity.
It involves breaking down a database into multiple tables and defining relationships between the tables based on a set of rules called normal forms.