InterviewSolution
Saved Bookmarks
| 1. |
what is Normalization and denormalization in SQL? |
|
Answer» Normalization and DENORMALIZATION are the strategies utilized in databases. The terms are differential where Normalization is a PROCEDURE of limiting the addition, removal and update peculiarities through DISPOSING of the redundant information. Then again, Denormalization is the reverse procedure of Normalization where the repetition is added to the information to improve the EXHIBITION of the PARTICULAR application and information integrity. Normalization prevents the disk space wastage by limiting or disposing of the redundancy. |
|