SQL -Structured Query Language - Normalization - Overview Tutorial
Normalization is a technique to design a database in a simpler form by minimizing data redundancy and eliminating undesirable characteristics like Insertion, Update, and Deletion Anomalies.
Normalization will divide the larger table into smaller tables and use relationships to link them with each other.
One of the simple example-
Type Of Normal Forms are-