
Answer-first summary for fast verification
Answer: INITIALLY_SUSPENDED = TRUE/FALSE
The INITIALLY_SUSPENDED parameter controls whether a Virtual Warehouse starts immediately after the CREATE WAREHOUSE statement. When set to TRUE, the warehouse remains suspended after creation and must be explicitly resumed. When set to FALSE, the warehouse starts automatically. This is confirmed by the official Snowflake documentation syntax shown in the community discussion, which lists INITIALLY_SUSPENDED as a valid parameter with TRUE/FALSE values. The other options are invalid: START_AFTER_CREATE and START_THE are not valid Snowflake parameters, and START_TIME = CURRENT_DATE() would set a specific start time rather than controlling immediate startup behavior. The community discussion shows 100% consensus on option A with multiple confirmations and upvotes.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.