InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a good database management practice?(a) Adding redundant attributes(b) Removing redundant attributes(c) Not specifying primary keys(d) None of the mentioned |
|
Answer» The correct answer is (b) Removing redundant attributes The explanation: Removing redundant attributes from a relation makes data extraction more efficient and faster. Thus, it is a good database management technique. |
|