SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 139


What parameter controls if the Virtual Warehouse starts immediately after the CREATE WAREHOUSE statement?

Show Answer
Correct Answer: A

INITIALLY_SUSPENDED = TRUE/FALSE is the parameter used to control if the Virtual Warehouse starts immediately after the CREATE WAREHOUSE statement. If set to TRUE, the warehouse will not start automatically upon creation; if set to FALSE, the warehouse will start immediately.

Discussion

5 comments
Sign in to comment
Nagesh_CLOption: A
Oct 19, 2022

Answer is correct: - Syntax CREATE [ OR REPLACE ] WAREHOUSE [ IF NOT EXISTS ] <name> [ [ WITH ] objectProperties ] [ objectParams ] Where: objectProperties ::= WAREHOUSE_SIZE = XSMALL | SMALL | MEDIUM | LARGE | XLARGE | XXLARGE | XXXLARGE | X4LARGE | X5LARGE | X6LARGE MAX_CLUSTER_COUNT = <num> MIN_CLUSTER_COUNT = <num> SCALING_POLICY = STANDARD | ECONOMY AUTO_SUSPEND = <num> | NULL AUTO_RESUME = TRUE | FALSE INITIALLY_SUSPENDED = TRUE | FALSE RESOURCE_MONITOR = <monitor_name> COMMENT = '<string_literal>' ENABLE_QUERY_ACCELERATION = TRUE | FALSE QUERY_ACCELERATION_MAX_SCALE_FACTOR = <num>

MultiCloudIronManOption: A
Jul 14, 2023

Correct

_yyuktaOption: A
Feb 25, 2024

A. INITIALLY_SUSPENDED = TRUE/FALSE

AnireddySaikiranReddyOption: A
Feb 25, 2024

Correct Answer: A

Mallikharjuna452Option: A
Jul 19, 2024

A. INITIALLY_SUSPENDED = TRUE/FALSE