Explain about materialized views and when they are generated.?

Showing Answers 1 - 2 of 2 Answers

Materialized views are objects in a database. They are used to increase query execution performance, a dba can also drop and create materialized views at any time without affecting SQL operations, it also contains storage space and must be updated when the underlying tables are modified.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions