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 |
How are the index updates?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
interview questions with answer for cts
What are the types of trigger in oracle?
How to resolve the ORA-39133 error in Oracle?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
What is E-R diagram ?
2 Answers CGI, Keane India Ltd,
Hello All, Could any one provide me FAQs/interview questions on oracle PL/SQL
how to retrieve daily sal from emp table in oracle 10g
Can an Integrity Constraint be enforced on a table if some existing table data does not satisfy the constraint ?
How to shutdown your 10g xe server from command line?
what's query optimization and without use of IN AND Exist can we get another way data from query