SnowPro Core Recertification — Question 9

When does a materialized view get suspended in Snowflake?

Answer options

Correct answer: C

Explanation

A materialized view in Snowflake gets suspended when a DML operation occurs on the base table, as this operation can alter the underlying data structure. Adding or dropping columns from the base table or reclustering does not directly affect the materialized view's ability to function.