InterviewSolution
Saved Bookmarks
| 1. |
Designers use which of the following to tune the performance of systems to support time-critical operations?(a) Denormalization(b) Redundant optimization(c) Optimization(d) RealizationI have been asked this question in an interview for internship.I would like to ask this question from Database Design Process in portion Normalization of Database Management |
|
Answer» CORRECT option is (a) DENORMALIZATION Best EXPLANATION: The process of TAKING a normalized schema and making it nonnormalized is called denormalization. |
|