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 Materialized view? What is a snapshot? what are the
similarities and differences between Materialized views and
snapshots?

Answer Posted / mkumar.it

Snapshots and Materialized view are used interchangibly as
both are almost same. However, materialized view is having
additional feature of query rewrite which is not in snapsot.

In this feature, suppose you made any materialized view
using some aggrigate function and you query base table from
sql using same aggrigate funtion, the query will execute on
the materialized view instead of querying base table
provided you have query rewrite priviledge.

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to define default values for formal parameters?

1091


What is bulk load in oracle?

1120


Name the three major set of files on disk that compose a database in Oracle?

1170


why dont we assign not null constraint as table level constraint.

2793


Is postgres faster than oracle?

1080


What is blob datatype?

1190


how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?

5473


what is meant by magic query

2230


Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.

1829


How to initialize variables with default values?

1300


What are the different pseudo commands? Explain in general?

1121


How to list all tables in your schema?

1112


List out the types of joins.

1234


What is the implicit cursor in oracle?

1165


How to import one table back from a dump file?

1081