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
What is the use of pl/sql table?
How many sql commands are there?
what is 'mysqlimport'? : Sql dba
What is the life of an sql statement?
Is ms sql is free?
What is the difference between view and stored procedure?
What are the three forms of normalization?
What is a subquery in sql?
What is the current version of sql?
what are string data types? : Sql dba
Can we commit inside a trigger?
How many commands are there in sql?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What is microsoft t sql?
What are pl/sql cursors?