What is the difference between view and materialised view?

Answer Posted / sindhu

View - store the SQL statement in the database and let you
use it as a table. Every time you access the view, the SQL
statement executes.
Materialized view - stores the results of the SQL in table
form in the database. SQL statement only executes once and
after that every time you run the query, the stored result
set is used. Pros include quick query results

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain sessions?

681


update strategy transformation in informatica

745


What is xml source qualifier transformation in informatica?

825


Enlist the tasks for which source qualifier transformation is used.

669


In which transformation you cannot drag ports into it?

910






How can you increase the performance in joiner transformation?

807


What are pre and post-session shell commands?

851


What is meant by lookup transformation? Explain the types of lookup transformation?

652


what is the complex transformation you used in informatica

2288


difference between repository database and repository service?

709


Explain the tuning lookup transformation - informatica

693


How do you remove duplicate records in informatica? And how many ways are there to do it?

808


On which transformations you created partitions in your project?

870


What is the meaning of up gradation of repository?

1475


Partition, what happens if the specified key range is shorter and longer

2115