InterviewSolution
Saved Bookmarks
| 1. |
A window into a portion of a database is(a) Schema(b) View(c) Query(d) Data dictionaryThe question was posed to me in homework.The origin of the question is Entity-Relationship Design Issues in division Database Systems Design and Implementation of Database Management |
|
Answer» CORRECT answer is (b) VIEW The best explanation: View is a logical portion of a DATABASE which is needed by some USERS. |
|