InterviewSolution
Saved Bookmarks
| 1. |
A view whose contents are computed and stored is called as _______(a) Storage view(b) Backup view(c) Materialized view(d) Advanced view |
|
Answer» Correct choice is (c) Materialized view Explanation: A view whose contents are computed and stored is called as a materialized view. I does not only store the query defining the view. |
|