What is the maximum Time Travel retention period for a temporary Snowflake table?
Which file formats are supported for unloading data from Snowflake? (Choose two.)
Which Snowflake feature allows a user to substitute a randomly generated identifier for sensitive data, in order to prevent unauthorized users access to the data, before loading it into Snowflake?
Which command can be used to load data files into a Snowflake stage?
Which SQL commands, when committed, will consume a stream and advance the stream offset? (Choose two.)
What impacts the credit consumption of maintaining a materialized view? (Choose two.)
Which statement is true about running tasks in Snowflake?
Which of the following are best practices for loading data into Snowflake? (Choose three.)
What is the following SQL command used for?
Select * from table(validate(t1, job_id = > ' _last ' ));
Assume there is a table consisting of five micro-partitions with values ranging from A to Z.
Which diagram indicates a well-clustered table?
A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 GB. A warehouse size small is being used. The following COPY INTO command was executed:
COPY INTO SAMPLE FROM @~/SAMPLE.JSON (TYPE=JSON)
The load failed with this error:
Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.
How can this issue be resolved?
Which of the following significantly improves the performance of selective point lookup queries on a table?
Which data types are supported by Snowflake when using semi-structured data? (Choose two.)
The Snowflake Cloud Data Platform is described as having which of the following architectures?
In an auto-scaling multi-cluster virtual warehouse with the setting SCALING_POLICY = ECONOMY enabled, when is another cluster started?
Which Snowflake layer is always leveraged when accessing a query from the result cache?
Where can a user find and review the failed logins of a specific user for the past 30 days?
Which statements are correct concerning the leveraging of third-party data from the Snowflake Data Marketplace? (Choose two.)
What is the minimum Snowflake edition required to use Dynamic Data Masking?
What COPY INTO SQL command should be used to unload data into multiple files?