ExamGecko
Question list
Search
Search

Question 696 - COF-C02 discussion

Report
Export

When used with the UNLOAD command, which parameter specifies the destination of unloaded data?

A.

COPY INTO <table name>

Answers
A.

COPY INTO <table name>

B.

COPY INTO <stage name>

Answers
B.

COPY INTO <stage name>

C.

GET <file name>

Answers
C.

GET <file name>

D.

PUT <file name>

Answers
D.

PUT <file name>

Suggested answer: B

Explanation:

In Snowflake, the COPY INTO <stage name> syntax is used with the UNLOAD command to specify the target location where the data should be unloaded, typically a stage or cloud storage (such as Amazon S3 or Azure Blob Storage). This command unloads data from a Snowflake table into files within the specified destination, enabling easy export and external storage of data. GET and PUT commands are used for file management but are not related to unloading table data directly.

asked 12/11/2024
Arslan Ibragimov
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first