DBA > Job Interview Questions > Microsoft SQL Server interview questions for DBA

Database design - What is denormalization and wh

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

Database design - 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.

(Continued on next question...)

Other Job Interview Questions