A virtual warehouse is created using the following command:
Create warehouse my_WH with
warehouse_size = MEDIUM
min_cluster_count = 1
max_cluster_count = 1
auto_suspend = 60
auto_resume = true;
The image below is a graphical representation of the warehouse utilization across two days.
What action should be taken to address this situation?
The Snowflake cloud services layer is responsible for which tasks? (Choose two.)
Snowflake supports the use of external stages with which cloud platforms? (Choose three.)
Which Snowflake function will interpret an input string as a JSON document, and produce a VARIANT value?
What features that are part of the Continuous Data Protection (CDP) feature set in Snowflake do not require additional configuration? (Choose two.)
Files have been uploaded to a Snowflake internal stage. The files now need to be deleted.
Which SQL command should be used to delete the files?
True or False: Snowpipe via REST API can only reference External Stages as source.