Answers

Question and Answer:

  Home  SQL Server DB Administrator

⟩ What is denormalization and when would you go for it?

As the name indicates, denormalization is the reverse process of normalization. It's the controlled introduction of redundancy in to the database design. It helps improve the query performance as the number of joins could be reduced.

 168 views

More Questions for you: