Snowflake SnowPro Core Practice Test - Questions Answers, Page 52
List of questions
Related questions
What SnowFlake database object is derived from a query specification, stored for later use, and can speed up expensive aggregation on large data sets?
Temporary table
External table
Secure view
Materialized view
How can a user get the MOST detailed information about individual table storage details in Snowflake?
SHOW TABLES command
SHOW EXTERNAL TABLES command
TABLES view
TABLE STORAGE METRICS view
What happens when a network policy includes values that appear in both the allowed and blocked IP address list?
Those IP addresses are allowed access to the Snowflake account as Snowflake applies the allowed IP address list first.
Those IP addresses are denied access lei the Snowflake account as Snowflake applies the blocked IP address list first.
Snowflake issues an alert message and adds the duplicate IP address values lo both 'he allowed and blocked IP address lists.
Snowflake issues an error message and adds the duplicate IP address values to both the allowed and blocked IP address list
What is the MINIMUM permission needed to access a file URL from an external stage?
MODIFY
READ
SELECT
USAGE
Which function will provide the proxy information needed to protect Snowsight?
SYSTEMADMIN_TAG
SYSTEM$GET_PRIVATELINK
SYSTEMSALLONTLIST
SYSTEMAUTHORIZE
Which command should be used to unload all the rows from a table into one or more files in a named stage?
COPY INTO
GET
INSERT INTO
PUT
What type of account can be used to share data with a consumer who does have a Snowflake account?
Data provider
Data consumer
Reader
Organization
Which privilege is needed for a SnowFlake user to see the definition of a secure view?
OWNERSHIP
MODIFY
CREATE
USAGE
Which function should be used to find the query ID of the second query executed in a current session?
Select LAST_QUERY_ID(-2)
Select LAST_QUERY_ID(2)
Select LAST_QUERY_ID(1)
Select LAST_QUERY_ID(2)
Which command will unload data from a table into an external stage?
PUT
INSERT
COPY INTO <location>
GET
Question