exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 532 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 532
Topic #: 1
[All SnowPro Core Questions]

What command is used to export or unload data from Snowflake?

  • A. PUT @mystage
  • B. GET @mystage
  • C. Copy INTO @mystage
  • D. INSERT @mystage
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Simbajagnole
Highly Voted 1 year, 5 months ago
Selected Answer: C
COPY INTO <location> https://docs.snowflake.com/en/sql-reference/sql/copy-into-location
upvoted 8 times
...
nizmo63
Most Recent 1 week, 6 days ago
C because according to snowflake unloading is getting data onto a stage, where as GET is considered downloading.
upvoted 1 times
...
Aravan123s
8 months, 2 weeks ago
C COPY INTO <location>
upvoted 1 times
...
Franzoz
8 months, 3 weeks ago
Selected Answer: B
Unloading is 2 step process 1. From table(COPY) 2. From Snowflake(GET), and Quesions is referring to the second step.
upvoted 4 times
...
Amitsnowflake
10 months, 1 week ago
I assume unloading into snowflake statement means unloading into stage. Ans should be C in that case
upvoted 1 times
...
MultiCloudIronMan
1 year, 1 month ago
Selected Answer: C
Verified again sorry for the confusion.
upvoted 1 times
...
MultiCloudIronMan
1 year, 3 months ago
Selected Answer: B
Am not sure why I chose C the answer is B
upvoted 2 times
...
MultiCloudIronMan
1 year, 3 months ago
Selected Answer: C
Verified
upvoted 1 times
MultiCloudIronMan
1 year, 1 month ago
Sorry its C because it says @mystage whicj means its not to on premise file system
upvoted 1 times
nizmo63
1 week, 6 days ago
I don't get you, even on an on-premise system or your personal computer with Snow CLI tool you would use GET @mystage/[File Path] in order to get the file out to your own file system... but i think you are correct because snowflake refer to unloading as getting data into a stage, which is the first step before downloading (which is how they describe GET).
upvoted 1 times
...
...
...
bibisa
1 year, 5 months ago
Selected Answer: C
C https://docs.snowflake.com/en/user-guide/data-unload-considerations
upvoted 2 times
...
ShagunMittal
1 year, 5 months ago
Selected Answer: C
GET is used to download files
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...