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 your daily office routine?

1989


What is the difference between mdf and ndf files?

783


What is structural independence and why is it important?

763


Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?

1949


how would you get the current date in mysql? : Sql dba

733


What is the primary use of normalization?

709


Can you load data into multiple tables at once? : aql loader

804


What is pivot in sql?

671


Does view contain data?

788


what is dbms? : Sql dba

741


What is localdb mssqllocaldb?

805


How is indexing done in search engines?

725


How many disk partitions should I have?

720


which operator is used in query for pattern matching? : Sql dba

765


What plvcmt and plvrb does in pl/sql?

1065