What is normalisation in SQL?
Normalisation is the process of organising data in a database so that it is efficient and easy to manage. It involves splitting large tables into smaller, more specialised tables, and establishing relationships between them using foreign keys.