Multiple choice technology

In order to access a MV, user needs to replace the base table name with the MV name in the query

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Accessing a materialized view requires explicitly querying the view by name in your SQL statement. You must write queries against the materialized view directly - the database does not automatically rewrite queries to use the materialized view instead of base tables. Query rewrite is an optional feature that must be explicitly enabled and configured.