What is normalization? Describe its different types
What is normalization? Describe its different types
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
Normalization is the process of reducing the duplication of the data. “NF” refers to “normal form” .
The three main types of normalization are
1NF
2NF
3NF
Normalization is also known as data normalization.