what is Materialized view? What is a snapshot? what are the
similarities and differences between Materialized views and
snapshots?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / its me...
A materialized view is a database object that contains the
results of a query. The FROM clause of the query can name
tables, views, and other materialized views. Collectively
these objects are called master tables .
materialized views allow you to maintain copies of remote
data on your local node.
You can select data from a materialized view as you would
from a table or view.
| Is This Answer Correct ? | 5 Yes | 1 No |
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
Differentiate between TRUNCATE and DELETE?
how the indexes are stored in the Oracle Database?
What are triggers in oracle?
I have table-A(1,2,3)& table-B(3,4,5).what is the different b/w below questions? A union all B? B union all A?
How to update a table row with a record?
What is Index and different types of Indexes?
hai, when to use char and varchar2....?
Is the After report trigger fired if the report execution fails ?
What is the Tune Query
What are the different types of record groups in oracle? Explain each of them
Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks