🎴 Flashcard Mode

Netezza Database Administration Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Materialized Views does not occupy storage like views.

AnswerClick to flip back
A
False
💡 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.

Change Mode