1Z0-515 · Question #16
Identify the type of refresh that is NOT supported by materialized views.
The correct answer is D. Heuristic. Use the CREATE MATERIALIZED VIEW statement to create a materialized view. A materialized view is a database object that contains the results of a query. Incorrect answer: A: Specify DEFERRED to indicate that the materialized view is to be populated by the next REFRESH…
Question
Identify the type of refresh that is NOT supported by materialized views.
Options
- ADeferred
- BIncremental
- CFull
- DHeuristic
How the community answered
(45 responses)- A4% (2)
- B7% (3)
- C18% (8)
- D71% (32)
Explanation
Use the CREATE MATERIALIZED VIEW statement to create a materialized view. A materialized view is a database object that contains the results of a query. Incorrect answer: A: Specify DEFERRED to indicate that the materialized view is to be populated by the next REFRESH operation. B: Oracle Database uses the default index to speed up incremental (FAST) refresh of the materialized view. C: By default, Oracle Database creates a primary key materialized view with refresh on demand only. If a materialized view log exists on the table, then the column can be altered to be capable of fast refresh. If no such log exists, then only full refresh of the column is possible.
Topics
Community Discussion
No community discussion yet for this question.