Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 902

When does a materialized view get suspended in Snowflake?

    Correct Answer: B

    A materialized view gets suspended in Snowflake when a column is dropped from the base table. This is because the structure of the base table has been altered in a way that may impact the integrity and usability of the materialized view, necessitating its suspension to maintain consistency.

Discussion
ASK_123Option: B

B ("If a base table is altered so that existing columns are changed or dropped, then all materialized views on that base table are suspended; the materialized views cannot be used or maintained. (This is true even if the modified or dropped column was not part of the materialized view.)")

gizzamoOption: B

https://docs.snowflake.com/en/user-guide/views-materialized#dropping-the-base-table

Isio05Option: B

B is correct

HeetecOption: B

B correct