1.

Which of the following does not support a materialized view?(a) MySQL(b) Oracle(c) PostgreSQL(d) SybaseSQLI had been asked this question by my school principal while I was bunking the class.This interesting question is from Using Views in chapter Using SQL to Manage Data of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions