SQL CommandsDDL CommandsWarehouseUSE WAREHOUSEOn this pageUSE WAREHOUSEIntroduced or updated: v1.2.687 Sets the active warehouse for executing queries. Syntax USE WAREHOUSE <warehouse_name> Examples This example sets test_warehouse as the active warehouse: USE WAREHOUSE test_warehouse;