SQL Server Functions Question:

What is De-normalization?

Tweet Share WhatsApp

Answer:

The process of adding redundant data to get rid of complex join, in order to optimize database performance. This is done to speed up database access by moving from higher to lower form of normalization.

Download MS SQL Server Functions PDF Read All 12 MS SQL Server Functions Questions
Previous QuestionNext Question
Explain Steps of normalization?What do you know about Normalization and De- Normalization?