InterviewSolution
Saved Bookmarks
| 1. |
Which of the following does not support a materialized view?(a) MySQL(b) Oracle(c) PostgreSQL(d) SybaseSQL |
|
Answer» Right answer is (a) MySQL To explain: In MySQL, ‘Views’ are treated a little differently than Oracle, PostgreSQL and SybaseSQL since they support materialized views and MySQL does not use the materialized view. |
|