ExamGecko
Question list
Search
Search

Question 520 - SnowPro Core 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.

Reference: Snowflake Documentation on Data Unloading

asked 29/10/2024
Franklin Adama
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first