Explain materialized views and how they are used.
Answers were Sorted based on User's Feedback
Answer / shams tabrez
Materialized views are dynamic views, means if materialized
were created on 2 tables than if any update happens in
these two tables than it reflect on materialized views
which is created on these 2 tables.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / shyamal mondal
Materialized view is a database object which contains the result of a query. It is the local copy of data located remotely or are used to create summary table based on aggregation of table's data.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to replace not in with not exist?
In my table i'm having the duplicate records with sequence number and my requirement is when in new record is coming i want to delete existing old record(onlyone i.e maintaing the partial duplicate date )and add new record
what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable
What view would you use to determine free space in a tablespace?
how to display last 5 letters from a name (take emp table ename )
Name three advisory statistics you can collect.
i have marks in table,how to find total?
What type of index should you use on a fact table?
What is auto invoicing? Explain : oracle accounts receivable
What is db_recovery_file_dest in oracle? When do you need to set this value?
What is $FLEX$ and $PROFILES$?
What is the mandatory setup in cyclecount ?