Database Normalisation Questions
Database normalization is the process of organizing data in a database to eliminate redundancy and improve data integrity. It involves breaking down a database into multiple tables and establishing relationships between them, ensuring that each piece of data is stored in only one place. This helps to minimize data duplication, reduce data inconsistencies, and improve overall database efficiency.