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 data manipulation language?
Does pdo prevent sql injection?
How do you write a subquery?
Is sqlite free?
can sql servers linked to other servers like oracle? : Sql dba
Can we use ddl commands in pl sql?
What found sql?
how to create a new table by selecting rows from another table in mysql? : Sql dba
Which are the different case manipulation functions in sql?
Difference between global and parameter variables?
How many postgresql users are there, worldwide?
What is dense_rank in sql?
What are different types of sql?
How many types of relationship are there?
How do you truncate?