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...

What is a materialized view?

Answer Posted / lekhrajdeshmukh

**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.
**You can define a materialized view on a base table,
partitioned table or view and you can define indexes on a
materialized view.
**Materialized views are schema objects that can be used to
summarize, precompute, replicate, and distribute data. E.g.
to construct a data warehouse

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between openrowset and openquery?

1155


Explain something about security and SQL Azure?

134


How will you go about resolving deadlocks?

1033


Explain different types of Normalization.

1901


what is unique and xaml nonclustered index

1098


create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration

1005


What is SQL Azure Federations?

114


What is checkpoint process in the sql server?

1074


How to copy the tables, schema and views from one sql server to another?

1102


Do you have any idea about the tcl commands?

1013


What are the restrictions applicable while creating views? : SQL Server Architecture

1084


Why truncate is ddl command?

1116


What is the difference between coalesce() & isnull()?

1189


what is a schema in sql server 2005? : Sql server database administration

1081


Explain “row_number()” in sql server with an example?

1054