InterviewSolution
Saved Bookmarks
| 1. |
What is Denormalization, and when should you use it? |
|
Answer» Denormalization is the PROCESS used for CONSTRUCTING a DATA warehouse. It should be used when there is FREQUENT involvement of the table while RETRIEVING data. |
|