Which tasks are performed in the Snowflake Cloud Services layer? (Choose two.)
Management of metadata
Computing the data
Maintaining Availability Zones
Infrastructure security
Parsing and optimizing queries
The Snowflake Cloud Services layer performs a variety of tasks, including the management of metadata and the parsing and optimization of queries. This layer is responsible for coordinating activities across Snowflake, including user session management, security, and query compilation3.
Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)
Use the DROP
Specify the TEMPORARY option when creating the file format.
Specify the PURGE copy option in the COPY INTO