Using variables in Snowflake is denoted by using which SQL character?
Which query profile statistics help determine if efficient pruning is occurring? (Choose two.)
How does Snowflake handle the bulk unloading of data into single or multiple files?
Which Snowflake object can be accessed in he FROM clause of a query, returning a set of rows having one or more columns?
What does Snowflake recommend regarding database object ownership? (Select TWO).
What MINIMUM privilege is required on the external stage for any role in the GET REST API to access unstructured data files using a file URL?
By definition, a secure view is exposed only to users with what privilege?
Which Snowflake object helps evaluate virtual warehouse performance impacted by query queuing?
How do Snowflake data providers share data that resides in different databases?
How can a data provider ensure that a data consumer is going to have access to the required objects?
Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?
True or False: Reader Accounts are able to extract data from shared data objects for use outside of Snowflake.
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?
When loading data into Snowflake, how should the data be organized?
What is the SNOWFLAKE.ACCOUNT_USAGE view that contains information about which objects were read by queries within the last 365 days (1 year)?
When loading data into Snowflake via Snowpipe what is the compressed file size recommendation?
Which of the following are characteristics of Snowflake virtual warehouses? (Choose two.)
Which command should be used to download files from a Snowflake stage to a local folder on a client ' s machine?
Which of the following statements apply to Snowflake in terms of security? (Choose two.)
Why does Snowflake recommend file sizes of 100-250 MB compressed when loading data?