ExamGecko
Question list
Search
Search

Question 529 - COF-C02 discussion

Report
Export

Which command will unload data from a table into an external stage?

A.
PUT
Answers
A.
PUT
B.
INSERT
Answers
B.
INSERT
C.
COPY INTO <location>
Answers
C.
COPY INTO <location>
D.
GET
Answers
D.
GET
Suggested answer: C

Explanation:

In Snowflake, the COPY INTO <location> command is used to unload (export) data from a Snowflake table to an external stage, such as an S3 bucket, Azure Blob Storage, or Google Cloud Storage. This command allows users to specify the format, file size, and other options for the data being unloaded, making it a flexible solution for exporting data from Snowflake to external storage solutions for further use or analysis. References: Snowflake Documentation on Data Unloading

asked 23/09/2024
Alan Coutinho
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first