Chapter5 - Data Normalization
Chapter5 - Data Normalization
Chapter5 - Data Normalization
Implementation, and
Management
DEGREE
Normalization of Database
Database Tables and Normalization
• Normalization
– Process for evaluating and correcting table
structures to minimize data redundancies
• Reduces data anomalies
– Works through a series of stages called normal
forms:
• First normal form (1NF)
• Second normal form (2NF)
• Third normal form (3NF)
• Repeating group
– Group of multiple entries of same type exist for
any single key attribute occurrence
• Relational table must not contain repeating
groups
• Normalizing table structure will reduce data
redundancies
• Normalization is three-step procedure