Winter Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

COF-C02 Snowflake Exam Lab Questions

Page: 3 / 52
Total 693 questions

SnowPro Core Certification Exam Questions and Answers

Question 9

When snaring data in Snowflake. what privileges does a Provider need to grant along with a share? (Select TWO).

Options:

A.

USAGE on the specific tables in the database.

B.

USAGE on the specific tables in the database.

C.

MODIFY on 1Mb specific tables in the database.

D.

USAGE on the database and the schema containing the tables to share

E.

OPEBATE on the database and the schema containing the tables to share.

Question 10

Which command is used to lake away staged files from a Snowflake stage after a successful data ingestion?

Options:

A.

DELETE

B.

DROP

C.

REMOVE

D.

TRUNCATE

Question 11

What is the purpose of the use of the VALIDATE command?

Options:

A.

To view any queries that encountered an error

B.

To verify that a SELECT query will run without error

C.

To prevent a put statement from running if an error occurs

D.

To see all errors from a previously run COPY INTO

statement

statement. This command helps users identify and resolve data loading issues.

    Run the COPY INTO Statement: Execute the COPY INTO

command to load data from a stage into a table.

COPY INTO my_table

FROM @my_stage

FILE_FORMAT = (FORMAT_NAME = 'my_format');

    Validate the Load: Use the VALIDATE function to see if there were any errors during the data load.

SELECT *

FROM TABLE(VALIDATE(my_table, JOB_ID => 'my_copy_job_id'));

    Review Errors: The VALIDATE function will return details about any errors that occurred, such as parsing errors or data type mismatches.

References:

    Snowflake Documentation: Validating Data Loads

    Snowflake Documentation: COPY INTO

Question 12

In which hierarchy is tag inheritance possible?

Options:

A.

Organization » Account» Role

B.

Account » User » Schema

C.

Database » View » Column

D.

Schema » Table » Column

Page: 3 / 52
Total 693 questions