What is database normalization?

Database Normalisation Questions



66 Short 80 Medium 49 Long Answer Questions Question Index

What is database normalization?

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.