Database Normalization is a database design technique that reduces data redundancy and eliminates undesirable characteristics like Insertion, Update and Deletion Anomalies. Normalization rules divides larger tables into smaller tables and links them using relationships.
Explains third normal form (3NF) in database design. An example of how to bring the database table structure to 3rd normal form is shown.