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 anonymous block in sql?
What is schema in sql example?
Can you join a table to itself?
How would you reference column values before and after you have inserted and deleted triggers?
Explain the difference between triggers and constraints?
Is full outer join same as cross join?
What is union and union all keyword in sql?
What is the difference between left and left outer join?
What is a call statement? Explain with an example.
What are the three forms of normalization?
How do I create a sql script?
What is time based sql injection?
What is a sql statement?
Why having clause is used in sql?
What is sqlexception in java?