Multiple choice technology

Materialized Views does not occupy storage like views.

  1. True

  2. False

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

Materialized views are pre-computed and stored physically on disk, unlike regular views which are only stored queries. The materialized view occupies actual storage space to hold the computed result set, which is why they need to be refreshed when base data changes.