InterviewSolution
Saved Bookmarks
| 1. |
What is a view?(a) An brief description of the schema diagram.(b) A relation that is not a part of the schema but is a virtual relation(c) Any relation that is a part of the schema(d) A relation that is a part of the schema but which needs to be specified in every operation made on that particular relation. |
|
Answer» Correct option is (b) A relation that is not a part of the schema but is a virtual relation Explanation: A relation that is not a part of the schema but is a virtual relation is called as view. Views improve writability as viewing the entire logical model is not feasible. |
|