For which use cases is running a virtual warehouse required? (Choose two.)
For which use cases is running a virtual warehouse required? (Choose two.)
Running a virtual warehouse is required when loading data into a table and when unloading data from a table. These operations involve significant compute resources, which necessitate the use of a virtual warehouse to handle the processing workload.
Executing SQL SELECT statements that require compute resources (e.g. retrieving rows from tables and views). Performing DML operations, such as: Updating rows in tables (DELETE , INSERT , UPDATE). Loading data into tables (COPY INTO <table>). Unloading data from tables (COPY INTO <location>).
https://docs.snowflake.com/en/user-guide/warehouses