Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which Snowflake objects consume storage? (Select TWO)

A.

Views

B.

Materialized views

C.

Temporary schemas

D.

Permanent tables

E.

External tables

What is the LEAST-PRIVILEGED role that can enable replication for both source and target accounts by default?

A.

ORGADMIN

B.

ACCOUNTADMIN

C.

SYSADMIN

D.

SECURITYADMIN

What target locations can be used when unloading data using the COPY INTO < location > command? (Select TWO)

A.

A Snowflake schema

B.

A Snowflake stage

C.

A local file system

D.

A Snowflake stream

E.

Cloud storage in Google (GCP), AWS, or Microsoft Azure

What information is stored in the ACCESS_HlSTORY view?

A.

History of the files that have been loaded into Snowflake

B.

Names and owners of the roles that are currently enabled in the session

C.

Query details such as the objects included and the user who executed the query

D.

Details around the privileges that have been granted for all objects in an account

A user creates a stage using the following command:

What will be the outcome?

A.

A stage with a directory table set to automatically refresh will be created.

B.

A stage with a directory table that has metadata that must be manually refreshed will be created.

C.

An error will be received stating that the storage location for the stage must be identified when creating a stage with a directory table.

D.

The command will fail to run because the name of the directory table is not specified.

What is the effect of using FORCE = TRUE in a COPY INTO < table > command?

A.

All files will be loaded, even ones with a load status of unknown.

B.

Files that have already been successfully loaded into the table will be loaded again.

C.

Files that have already been successfully loaded into the table will not be loaded again.

D.

String columns longer than the length specified in the column definition will be loaded anyway.