Snowflake SnowPro Core Practice Test - Questions Answers, Page 51
List of questions
Related questions
Which Snowflow object does not consume and storage costs?
Secure view
Materialized view
Temporary table
Transient table
What type of function returns one value for each Invocation?
Aggregate
Scalar
Table
Window
For Directory tables, what stage allows for automatic refreshing of metadata?
User stage
Table stage
Named internal stage
Named external stage
Which command removes a role from another role or a user in Snowflak?
ALTER ROLE
REVOKE ROLE
USE ROLE
USE SECONDARY ROLES
The VALIDATE table function has which parameter as an input argument for a Snowflake user?
Last_QUERY_ID
CURRENT_STATEMENT
UUID_STRING
JOB_ID
Which function should be used to insert JSON format string data inot a VARIANT field?
FLATTEN
CHECK_JSON
PARSE_JSON
TO_VARIANT
Which function should be used to insert JSON format string data inot a VARIANT field?
FLATTEN
CHECK_JSON
PARSE_JSON
TO_VARIANT
What is used to denote a pre-computed data set derived from a SELECT query specification and stored for later use?
View
Secure view
Materialized view
External table
What are characteristic of Snowsight worksheet? (Select TWO.)
Worksheets can be grouped under folder, and a folder of folders.
Each worksheet is a unique Snowflake session.
Users are limited to running only one on a worksheet.
The Snowflake session ends when a user switches worksheets.
Users can import worksheets and share them with other users.
A Snowflake user is writing a User-Defined Function (UDF) that includes some unqualified object names.
How will those object names be resolved during execution?
Snowflake will resolve them according to the SEARCH_PATH parameter.
Snowflake will only check the schema the UDF belongs to.
Snowflake will first check the current schema, and then the schema the previous query used
Snowflake will first check the current schema, and them the PUBLIC schema of the current database.
Question