Normalization is a method for analyzing and reducing a relational database to its most streamlined form to ensure minimum redundancy, maximum data integrity, and optimal processing performance
The process of organizing a given dataset is called normalization. For normalizing a given data the date is first divided into tables and then the tables are studied to establish the relationship between them. It helps to remove the duplicate values, & insert and update anomaly.
Normalization can be done in three steps-
1. First normal form
2. Second normal form
3. Third normal form
To learn more about normalization here
https://brainly.com/question/22713134
#SPJ4