Answer Posted / dinesh
A materialized view, or snapshot as they were previously known, is a table segment whose contents are periodically refreshed based on a query, either against a local or remote table.
CREATE MATERIALIZED VIEW view-name
BUILD [IMMEDIATE | DEFERRED]
REFRESH [FAST | COMPLETE | FORCE ]
ON [COMMIT | DEMAND ]
[[ENABLE | DISABLE] QUERY REWRITE]
[ON PREBUILT TABLE]
AS
SELECT ...;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the different type of joins?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
How exception handling is done in advance pl/sql?
What is the command used to fetch the first 5 characters of a string?
What is pl sql variable?
what is denormalization. : Sql dba
What are sql indexes?
explain what is mysql? : Sql dba
How do you write a subquery?
How global cursor can be declare with dynamic trigger ?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
How do I know if I have sql express or standard?
What is sap sql anywhere?
How to use transactions efficiently : transact sql
What is equi join in sql?