1.

What are normalization and denormalization?

Answer»

Normalization means MERELY a process of reducing or eliminating the DATA REDUNDANCY. As a result, space is saved, and the consistency of data is increased.

The DENORMALIZATION is an optimization process to increase the data redundancy in the database. As a result, the JOINS are avoided, and the performance of the database structure is improved. Denormalization is done after the normalization process

 



Discussion

No Comment Found