What is Normalization in DBMS
What is Normalization in DBMS
There are several normal forms that are used to achieve different levels of
normalization.
The three most widely used normal forms are the first normal form (1NF), the
second normal form (2NF), and the third normal form (3NF).
• It does not contain any repeating groups, i.e., there are no multiple
occurrences of a single column within a single row.
2NF (Second Normal Form): A table is said to be in second normal form if it meets
the following criteria:
• It is already in 1NF.
3NF (Third Normal Form): A table is said to be in third normal form if it meets the
following criteria:
• It is already in 2NF.