SnowPro Core Certification — Question 999

What will happen if a Snowflake user suspends the updates to a materialized view?

Answer options

Correct answer: A

Explanation

When updates to a materialized view are suspended, any queries made against that view will produce an error message, indicating that the view is not currently updatable. Options B, C, and D are incorrect because they imply that the view can still return data, which is not possible when updates are suspended.