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 location of pre_defined_functions.
What is the meaning of disabling a trigger?
When you have to use a default "rollback to" savepoint of plvlog?
Is coalesce faster than isnull?
Is sql workbench free?
How do you declare a constant?
What is scope and visibility in PL/SQL?
What is trigger in sql? Explain
What are the subsets of sql?
How can we link a sql database to an existing android app?
What packages are available to pl/sql developers?
Do ddl statements need commit?
how many tables will create when we create table, what are they? : Sql dba
Is sql a backend language?
What is not equal in sql?