What is Normalization and what are the advantages of it?

Asked: Apr 14, 2023

Normalization is used to minimize redundancy and dependency by organizing fields and table of a database.
There are some rules of database normalization, which is commonly known as Normal From, and they are:
First normal form(1NF)
Second normal form(2NF)
Third normal form(3NF)
Boyce-Codd normal form(BCNF)
Using these steps, the redundancy, anomalies, inconsistency of the data in the database can be removed.

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!