Database Normalization and Denormalization

I always keep confusing between normalization and denormalization. This is just a place I can come to to quickly lookup which one is which.

Normalization - remove redundancy.

Denormalization - add redundancy to make fetching data faster.

Comments

Popular posts from this blog

Should you always have null checks?

Identity Terms and Definitions