ExamGecko
Question list
Search
Search

Question 705 - COF-C02 discussion

Report
Export

While preparing to unload data in Snowflake, the file format option can be specified in which commands? (Select TWO).

A.

GET

Answers
A.

GET

B.

CREATE STAGE

Answers
B.

CREATE STAGE

C.

PUT

Answers
C.

PUT

D.

COPY INTO <location>

Answers
D.

COPY INTO <location>

E.

CREATE PIPE

Answers
E.

CREATE PIPE

Suggested answer: B, D

Explanation:

The file format option in Snowflake can be specified in the following commands:

CREATE STAGE: This command allows users to define the file format when creating a stage, which applies to any data loaded or unloaded via that stage.

COPY INTO <location>: This command enables data export from a table to an external location, where the file format can be specified to ensure the data is structured as needed for downstream systems.

Other commands, such as PUT or GET, do not support the specification of file formats directly within the command syntax.

asked 12/11/2024
Sriharsha Janga
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first