What is the differnce between view and materialized view

Answer Posted / suresh babu

View:view is a logical table,it don't have own data,the
query which we mentioned after the create view statement
will be compiled and stored in server as a database
object.once we call the view,the compiled query will be
fetch the data from master table.
The DML operations will be reflected in master table or
view suddenly.
Materialized view:The Materialized view required physical
memory space.it will be created from target master
table,which located in some other location.A materialized
view can be created either single mater table or multimater
tables from multiple master sites.the changes which we have
done in master table will reflect in particular interval
time.the materialized view,which created from multiple
master tables,will updated its individual batch files....

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is a field in a database and record in a database?

611


What are the types of triggers in sql?

502


What are sql procedures?

584


What are the types of keys?

515


What is pivot table in sql?

526






Can triggers stop a dml statement from executing on a table?

618


Explain correlated query work?

599


Does user triggers have entry for trigger with compilation errors?

601


Which software is used for pl sql programming?

523


Can a procedure in a package be overloaded?

549


What are the different datatypes available in PL/SQL?

568


What is the difference between rename and alias?

711


How is indexing done in search engines?

531


discuss about myisam key cache. : Sql dba

564


how to check myisam tables for errors? : Sql dba

607