What is an advantage of using an explain plan instead of the query profiler to evaluate the performance of a query?
The Snowflake Search Optimization Services supports improved performance of which kind of query?
Which of the following is an example of an operation that can be completed without requiring compute, assuming no queries have been executed previously?
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 Snowflake layer is always leveraged when accessing a query from the result cache?
Which columns are part of the result set of the Snowflake LATERAL FLATTEN command? (Choose two.)
What is the following SQL command used for?
Select * from table(validate(t1, job_id = > ' _last ' ));
A user created a transient table and made several changes to it over the course of several days. Three days after the table was created, the user would like to go back to the first version of the table.
How can this be accomplished?
Which command should be used to download files from a Snowflake stage to a local folder on a client ' s machine?
What is the SNOWFLAKE.ACCOUNT_USAGE view that contains information about which objects were read by queries within the last 365 days (1 year)?
Where can a user find and review the failed logins of a specific user for the past 30 days?
What types of data listings are available in the Snowflake Data Marketplace? (Choose two.)