InterviewSolution
Saved Bookmarks
| 1. |
Which is a bottom-up approach to database design that design by examining the relationship between attributes:(a) Functional dependency(b) Database modeling(c) Normalization(d) DecompositionThis question was posed to me in semester exam.The origin of the question is Querying Database topic in division Transactions of Database Management |
|
Answer» RIGHT OPTION is (C) Normalization Explanation: Normalization HELPS in improving the quality of the data. |
|