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.

Defined Term

  • Term Database Normalization
  • Category Databases
  • views 75