Interview Questions

What is de-normalization? When do you do it and how?

.NET Database ,COM interop,and .NET deployment questions and answers


(Continued from previous question...)

What is de-normalization? When do you do it and how?

De-normalization is the process of attempting to optimize the performance of a database by adding redundant data. It’s used To introduce redundancy into a table in order to incorporate data from a related table. The related table can then be eliminated. De-normalization can improve efficiency and performance by reducing complexity in a data warehouse schema.

(Continued on next question...)

Other Interview Questions