What happens when a suspended virtual warehouse is resized in Snowflake?
What happens when a suspended virtual warehouse is resized in Snowflake?
Answer is D
https://docs.snowflake.com/en/sql-reference/sql/alter-warehouse
Answer D. https://docs.snowflake.com/en/user-guide/warehouses-tasks#label-resizing-a-warehouse Resizing a suspended warehouse does not provision any new compute resources for the warehouse. It simply instructs Snowflake to provision the additional compute resources when the warehouse is next resumed, at which time all the usage and credit rules associated with starting a warehouse apply.
D is right