ExamGecko
Question list
Search
Search

Question 516 - SnowPro Core discussion

Report
Export

Which command should be used to unload all the rows from a table into one or more files in a named stage?

A.

COPY INTO

Answers
A.

COPY INTO

B.

GET

Answers
B.

GET

C.

INSERT INTO

Answers
C.

INSERT INTO

D.

PUT

Answers
D.

PUT

Suggested answer: A

Explanation:

To unload data from a table into one or more files in a named stage, the COPY INTO <location> command should be used. This command exports the result of a query, such as selecting all rows from a table, into files stored in the specified stage. The COPY INTO command is versatile, supporting various file formats and compression options for efficient data unloading.

Snowflake Documentation: COPY INTO Location

Topic 6, Exam pool F

asked 29/10/2024
Pieter Meiring
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first