Exam COF-C02 Topic 1 Question 190 Discussion
Actual exam question for Snowflake's COF-C02 exam
Question #: 190
Topic #: 1
Question #: 190
Topic #: 1
While unloading data into a stage, how can the user ensure that the output will be a single file?
Suggested Answer: B Vote an answer
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.
Reference:
Snowflake Documentation: COPY INTO <location>
Reference:
Snowflake Documentation: COPY INTO <location>
by Jerry at Apr 28, 2026, 05:08 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).