Loading questions...
Updated
What is the most granular object that the Time Travel retention period can be defined on?
Which task is supported by the use of Access History in Snowflake?
Which feature of Snowflake’s Continuous Data Protection (CDP) has associated costs?
When enabling access to unstructured data, which URL permits temporary access to a staged file without the need to grant privileges to the stage or to issue access tokens?
Which Snowflake function is maintained separately from the data and helps to support features such as Time Travel, Secure Data Sharing, and pruning?
A tag object has been assigned to a table (TABLE_A) in a schema within a Snowflake database.
Which CREATE object statement will automatically assign the TABLE_A tag to a target object?
In addition to performing all the standard steps to share data, which privilege must be granted on each database referenced by a secure view in order to be shared?
Which function can be used with the COPY INTO [LOCATION] statement to convert rows from a relational table to a single VARIANT column, and to unload rows into a JSON file?
Which type of role can be granted to a share?
When unloading data with the COPY INTO [location] command, what is the purpose of the PARTITION BY parameter option?
What are potential impacts of storing non-native values like dates and timestamps in a VARIANT column in Snowflake?
Which of the following statements is true of Snowflake micro-partitioning?
Which views are included in the DATA_SHARING_USAGE schema? (Choose two.)
What does a table with a clustering depth of 1 mean in Snowflake?
Which Snowflake object contains all the information required to share a database?
What is the PRIMARY factor that determines the cost of using a virtual warehouse in Snowflake?
Which function generates a Snowflake-hosted file URL to a staged file using the stage name and relative file path as inputs, with a file URL that does not expire?
When a Snowflake user loads CSV data from a stage, which COPY INTO [table] command guideline should they follow?
A user creates a stage using the following command:
CREATE STAGE mystage -
DIRECTORY = (ENABLE = TRUE)
FILE_FORMAT = myformat;
What will be the outcome?
Which statistics on a Query Profile reflect the efficiency of the query pruning? (Choose two.)
Which operation can be performed on Snowflake external tables?
A user wants to access files stored in a stage without authenticating into Snowflake.
Which type of URL should be used?
True or False: Snowflake bills for a minimum of five minutes each time a Virtual Warehouse is started.
Snowflake provides a mechanism for its customers to override its natural clustering algorithms. This method is:
Which statement best describes clustering?