Difference between views and materialized views?

Answer Posted / pinkey

A view is just a stored query and has no physical part.
Once a view is instantiated, performance can be quite good,
until it is aged out of the cache. A materialized view has
a physical table associated with it; it doesn't have to
resolve the query each time it is queried. Depending on how
large a result set and how complex the query, a
materialized view should perform better.

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is a column in a table?

569


What is trigger and types?

562


How do I view a view in sql?

504


what is denormalization. : Sql dba

540


What are the parts of a basic sql query?

509






What is the most important ddl statements in sql are?

519


Is primary key an index?

531


What is secondary key?

508


What is sql and how does it work?

547


Does truncate release storage space?

555


explain normalization concept? : Sql dba

584


Explain the difference between triggers and constraints?

517


what are date and time data types? : Sql dba

534


How do I view a sql database?

556


What is a null value?

653