What is materialised View?

Answer Posted / narenkumar reddy

Mv is database object it contain the data stored physically
from select stmt of query
first time it will get the data base table next time onwards
based on refresh methods mv are created tables and views and
also mv
there three types of refresh methods
1.complete(the whole query execute)
2.fast(only modified records are updated target table i.e
incremental loading)
3.force(some times means when we r using agg function on
that time fast option is not working so we go for force option)

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between instead of trigger and after trigger?

608


What are triggers in sql?

660


Difference between truncate, delete and drop commands?

644


What happens when a trigger is associated to a view?

593


Does truncate free space?

609






What is materialized view in sql?

552


Is oracel sql developer written in java?

750


what is isam? : Sql dba

669


How do I run a sql query?

626


What is user in sql?

669


What is the difference between explicit and implicit cursors in oracle?

601


What is optimistic concurrency control? : Transact sql

631


Which language is used in sql?

615


how can we repair a mysql table? : Sql dba

622


How does postgresql compare to oracle/db2/ms sql server/informix?

670