exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 331 discussion

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

Which command can be used to load data into an internal stage?

  • A. LOAD
  • B. COPY
  • C. GET
  • D. PUT
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
halol
Highly Voted 2 years ago
D is the correct answer
upvoted 14 times
...
nexerSnow
Most Recent 6 months, 4 weeks ago
Selected Answer: B
eiher B or D depending on the source
upvoted 1 times
...
_yyukta
9 months, 3 weeks ago
Selected Answer: D
D. PUT
upvoted 1 times
...
0e504b5
10 months, 2 weeks ago
Selected Answer: D
I think it's ambiguous question B or D It depends on the data source COPY unloads the data from table into stage PUT uploads a file from local file system into a stage https://docs.snowflake.com/en/user-guide/data-unload-overview https://docs.snowflake.com/en/sql-reference/sql/put
upvoted 3 times
...
Heetec
1 year, 1 month ago
D correct
upvoted 1 times
...
romega2
1 year, 2 months ago
Selected Answer: B
correct
upvoted 1 times
...
Rajivnb
1 year, 2 months ago
Selected Answer: B
Its not PUT. The question is about loading data (i.e., rows). Not placing FILES. If the questions is about Unloading Data Files then its PUT. Its just Data Load, which means row transfer. So its COPY
upvoted 2 times
...
jackjack123
1 year, 4 months ago
Selected Answer: D
Depending upon from where the data is being loaded.
upvoted 1 times
...
MultiCloudIronMan
1 year, 4 months ago
Selected Answer: D
correct
upvoted 1 times
...
SatyamKishore
1 year, 7 months ago
Option D as per https://docs.snowflake.com/en/user-guide/data-load-local-file-system-create-stage#types-of-internal-stages
upvoted 1 times
...
dmitriypo
1 year, 7 months ago
Selected Answer: B
B - COPY INTO @stage to unload the data into an internal stage
upvoted 1 times
...
learner2023
1 year, 8 months ago
Selected Answer: D
PUT command is for uploading the files from local system to cloud environment (snowflake internal stages). GET command is for unload the files from cloud environment (snowflake internal stages) to local system. COPY INTO is used to load data into a Snowflake table
upvoted 1 times
Rajivnb
1 year, 4 months ago
Copy INTO @location is to upload it into a Stage. but this is for external stage
upvoted 1 times
...
...
lordchao
1 year, 8 months ago
chatGPT said it's D
upvoted 3 times
AkexS
1 year, 4 months ago
ChatGPT also says to learn to read documentation.
upvoted 4 times
...
...
EmiB
1 year, 9 months ago
Selected Answer: D
D - PUT (load data into a stage (from local)) B - COPY (unload data into a stage (from snowflake))
upvoted 3 times
...
ppsingh001
1 year, 10 months ago
Selected Answer: D
Answer is D We need 'PUT' to uploads data files from a local directory/folder into Internal Stage; Then we can use 'COPY INTO' command to load data into a table from the staged files https://docs.snowflake.com/en/user-guide/data-load-local-file-system-create-stage.html#types-of-internal-stages
upvoted 1 times
...
Geera
1 year, 11 months ago
Selected Answer: B
load/unload -> copy into download/upload -> get/put
upvoted 3 times
...
BigDataBB
1 year, 11 months ago
Selected Answer: D
If the question was "Which command can be used to UNLOAD ..." then is correct copy, but loading on stage means that You are loading external data, so is correct D
upvoted 2 times
Geera
1 year, 11 months ago
You can load data from table to a stage, for instance. its not necessarily external data
upvoted 1 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 ...