Example & Tutorial understanding programming in easy ways.

What is Normalization in Database?

Normalization is the process to decomposition of table into multiple table to reduce the redundancy and to overcome the problem of anomaly.


There are following types of Normalization:

1NF

2NF

3NF

BCNF

Read More →