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

Difference between views and materialized views?

Answer Posted / guru

View: View is a virtual table, a query attached to it.
Actually it have not Stored query results. It will execute
and returns rows.

A materialized view is a database object that contains the
results of a query. They are local copies of data located
remotely, or are used to create summary tables based on
aggregations of a table's data. Materialized views, which
store data based on remote tables are also, know as
snapshots.A materialized view can query tables, views, and
other materialized views. Collectively these are called
master tables (a replication term) or detail tables (a data
warehouse term)

Is This Answer Correct ?    29 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of primary keys are there?

1078


how to get help information from the server? : Sql dba

985


How many unique keys can a table have?

1065


Is sql procedural language?

1010


What is fmtonly in sql?

1159


Is join same as left join?

1080


What is the difference between delete and truncate statement in sql?

1122


What is sql injection vulnerability?

1005


Which kind of parameters cannot have a default value in pl sql?

1204


how to load data files into tables with 'mysqlimport'? : Sql dba

1141


What is rownum?

1032


What's the difference between a primary key and a clustered index?

1023


What is the difference between numeric and autonumber?

1036


What is a stored procedure in sql with example?

1197


What are pl/sql cursor exceptions?

1162