What is meant by Materialized view?

Answer Posted / nitin

Materialized views are used to precompute a heavy joins instead of executing a joins again n again. Moreover it physically stores the data unlike views where it is conceptually. Materialized views can be refresh on timely manner.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is an index?

586


Can pl sql procedure have a return statement?

548


Can %notfound return null after a fetch?

587


Is postgresql a nosql database?

531


Can we use ddl statements in stored procedure sql server?

514






what are the system privileges that are required by a schema owner (user) to create a trigger on a table?

617


What is the best free sql database?

563


What are secondary keys?

559


Can we create clustered index without primary key?

521


what is a constraint? : Sql dba

708


What is pl sql commands?

555


What is the most common sql injection tool?

543


How to add, remove, modify users using sql?

556


Explain the types of joins in sql?

571


Can you load data into multiple tables at once? : aql loader

600