What is Normalization ?
Normalization is a method of organising the database table to reduce redundancy and improve its data integrity.
- Divides the larger unorganised table into smaller tables which are linked through relationships
- Helps in creating a overall simple Database design.
- A normalized table promotes better security model