ExamGecko
Question list
Search
Search

Question 420 - SnowPro Core discussion

Report
Export

Which Snowflake command can be used to unload the result of a query to a single file?

A.
Use COPY INTO <external stage> followed by a GET command to download the file.
Answers
A.
Use COPY INTO <external stage> followed by a GET command to download the file.
B.
Use COPY INTO <internal stage> followed by a put command to download the file.
Answers
B.
Use COPY INTO <internal stage> followed by a put command to download the file.
C.
Use COPY INTO <internal stage> with SINGLE = TRUE followed by a GET command to download the file.
Answers
C.
Use COPY INTO <internal stage> with SINGLE = TRUE followed by a GET command to download the file.
D.
Use COPY INTO <external stage> with SINGLE = TRUE followed by a PUT command to download the file.
Answers
D.
Use COPY INTO <external stage> with SINGLE = TRUE followed by a PUT command to download the file.
Suggested answer: C

Explanation:

The Snowflake command to unload the result of a query to a single file isCOPY INTO <internal stage> with SINGLE = TRUEfollowed by aGETcommand to download the file.This command unloads the query result into a single file in the specified internal stage

Explanation:

asked 23/09/2024
Kevin Intriago
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first