Query compilation occurs in which architecture layer of the Snowflake Cloud Data Platform?
Which of the following conditions must be met in order to return results from the results cache? (Select TWO).
Which of the following Snowflake capabilities are available in all Snowflake editions? (Select TWO)
What is the default character set used when loading CSV files into Snowflake?
Which account__usage views are used to evaluate the details of dynamic data masking? (Select TWO)
What SQL command would be used to view all roles that were granted to user.1?
Which of the following are best practice recommendations that should be considered when loading data into Snowflake? (Select TWO).
When reviewing a query profile, what is a symptom that a query is too large to fit into the memory?
A user has unloaded data from Snowflake to a stage
Which SQL command should be used to validate which data was loaded into the stage?
What happens when a cloned table is replicated to a secondary database? (Select TWO)
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?