ExamGecko
Question list
Search
Search

Question 646 - COF-C02 discussion

Report
Export

While unloading data into a stage, how can the user ensure that the output will be a single file?

A.
Use the copy option files=single.
Answers
A.
Use the copy option files=single.
B.
Use the COPY Option SINGLE=TRUE .
Answers
B.
Use the COPY Option SINGLE=TRUE .
C.
Use the get option SINGLE-TRUE.
Answers
C.
Use the get option SINGLE-TRUE.
D.
Use the GET option FILES-SINGLE.
Answers
D.
Use the GET option FILES-SINGLE.
Suggested answer: B

Explanation:

To ensure that the output will be a single file when unloading data into a stage, you should use the COPY option SINGLE=TRUE. This option specifies that the result of the COPY INTO command should be written to a single file, rather than multiple files.

References:

Snowflake Documentation: COPY INTO <location>

asked 23/09/2024
Sebastian Romero
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first