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

What is identity column in sql server?

524


Does pl sql work in mysql?

530


How do you pronounce sql?

543


What is cursor in pl sql?

573


Are there any features that are decommissioned in 11g that are not present in 11g?

1587






what is the difference between a local and a global temporary table? : Sql dba

549


what is sql server agent? : Sql dba

599


What is rownum?

536


What is difference between function and trigger?

541


Which nosql database is best?

510


How do you write a complex sql query?

581


Are stored procedures compiled?

522


How do you run a query?

585


What is orm in sql?

533


What are aggregate and scalar functions?

521