Where would a Snowflake user find information about query activity from 90 days ago?
A sales table FCT_SALES has 100 million records.
The following Query was executed
SELECT COUNT (1) FROM FCT__SALES;
How did Snowflake fulfill this query?
What transformations are supported in a CREATE PIPE ... AS COPY ... FROM (....) statement? (Select TWO.)
A user unloaded a Snowflake table called mytable to an internal stage called mystage.
Which command can be used to view the list of files that has been uploaded to the staged?
What is the default File Format used in the COPY command if one is not specified?
Which data types does Snowflake support when querying semi-structured data? (Select TWO)
Which of the following describes how clustering keys work in Snowflake?
What are value types that a VARIANT column can store? (Select TWO)
True or False: A 4X-Large Warehouse may, at times, take longer to provision than a X-Small Warehouse.
During periods of warehouse contention which parameter controls the maximum length of time a warehouse will hold a query for processing?