ExamGecko
Question list
Search
Search

Question 525 - COF-C02 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.

References:

Snowflake Documentation: COPY INTO Location

Topic 6, Exam pool F

asked 23/09/2024
Bas Vogel
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first