Which command sets the Virtual Warehouse for a session?
A.
COPY WAREHOUSE FROM <>;
B.
SET WAREHOUSE = <>;
C.
USE WAREHOUSE <>;
D.
USE VIRTUAL_WAREHOUSE <>;
The Answer Is:
C
This question includes an explanation.
Explanation:
The command USE WAREHOUSE <>; is used to set the virtual warehouse for the current session in Snowflake. This command specifies which virtual warehouse to use for executing queries in that session1.