What is normalisation in SQL?
Answer (1)
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.
Comments (0)
Related Questions
What is SQL?
24 Views
What is OLTP SQL?
28 Views
What is normalisation?
22 Views
What is the use of SQL?
23 Views
What is the normalisation process?
12 Views




