QuestionQ30

Create databases and stages, and use compute resources

Which SQL command sets the current warehouse for a Snowflake session?

Explanation

USE WAREHOUSE <warehouse_name>; specifies the active/current virtual warehouse for the session. Snowflake documents this command specifically for setting or changing the warehouse in use by a session.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!