1.

A view whose contents are computed and stored is called as _______(a) Storage view(b) Backup view(c) Materialized view(d) Advanced viewI got this question in an online interview.My doubt stems from Materialized Views and Advanced Topics in Query Optimization in portion Query Processing and Optimization of RDBMS

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.



Discussion

No Comment Found

Related InterviewSolutions