Database Normalization
D
Database Normalization
Definition
The process of organizing a relational database to reduce data redundancy and improve data integrity. Normalization involves structuring tables according to normal forms (1NF, 2NF, 3NF, BCNF) to eliminate duplicate data and ensure logical dependencies.