Computer Science, asked by bankarpratiksha8600, 3 months ago

Define Normalization ? Describe types of Normali-
-zation ?​

Answers

Answered by skadamseth2007
3

Answer:

Normalization is the process of organizing data into a related table; it also eliminates redundancy and increases the integrity which improves performance of the query.

The database normalization process is further categorized into the following types:

First Normal Form (1 NF)

Second Normal Form (2 NF)

Third Normal Form (3 NF)

Boyce Codd Normal Form or Fourth Normal Form ( BCNF or 4 NF)

Fifth Normal Form (5 NF)

Sixth Normal Form (6 NF

Explanation:

hope it's help uh

Answered by MoonxDust
1

Database normalization is the process of structuring a database, usually a relational database, in accordance with a series of so-called normal forms in order to reduce data redundancy and improve data integrity. It was first proposed by Edgar F. Codd as part of his relational model.

Mark my answer as Brainlist.

Similar questions