Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How Materialized Views are linked with Oracle DataWare
house?



How Materialized Views are linked with Oracle DataWare house?..

Answer / satya

Materialized views are schema objects that can be used to
summarize, precompute, replicate, and distribute data. E.g.
to construct a data warehouse.

A materialized view provides indirect access to table data
by storing the results of a query in a separate schema
object. Unlike an ordinary view, which does not take up any
storage space or contain any data.

The existence of a materialized view is transparent to SQL,
but when used for query rewrites will improve the
performance of SQL execution. An updatable materialized view
lets you insert, update, and delete.

You can define a materialized view on a base table,
partitioned table or view and you can define indexes on a
materialized view.

A materialized view can be stored in the same database as
its base table(s) or in a different database.
Materialized views stored in the same database as their base
tables can improve query performance through query rewrites.
Query rewrites are particularly useful in a data warehouse
environment.

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More Data Warehouse General Interview Questions

What is meant by metadata in context of a data warehouse and how it is important?

0 Answers  


Explain what is a cube in data warehousing concept?

0 Answers  


What is ETL process in Data warehousing?

3 Answers  


What are the different types of schemas used in data warehousing?

0 Answers  


Are facts same as metrics and dimensions same as measures? If not , please tell the difference?

1 Answers   Patni,


How many different schemas or dw models can be used in siebel analytics. I know only star and snow flake and any other model that can be used?

0 Answers  


Can any one explain about core dimension, balanced dimension, and dirty dimension?

0 Answers  


What is a hash cluster?

0 Answers  


What is the difference between narmal load and bulk load?

1 Answers  


Is there any rownum object from which we can do this?

0 Answers  


What is fact less fact table? Where you have used it in your project?

0 Answers  


What is is the guidelines to build universe with better performance? R performance tuning issues of universes?

0 Answers  


Categories