exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 5 discussion

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

True or False: Bulk unloading of data from Snowflake supports the use of a SELECT statement.

  • A. True
  • B. False
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
tharangaweer
3 weeks ago
Selected Answer: A
A.true
upvoted 1 times
...
SahuVijay
1 month ago
Selected Answer: A
Unloading allows to store data in multiple files. It also allows to join which is not allowed in loading.
upvoted 1 times
...
Mallikharjuna452
7 months, 1 week ago
A.True
upvoted 1 times
...
_yyukta
1 year ago
Selected Answer: A
A. true
upvoted 1 times
...
KHarish
1 year, 2 months ago
True A
upvoted 1 times
...
Shanvi_27
1 year, 4 months ago
the best answer is : A Snowflake supports specifying a SELECT statement instead of a table in the COPY INTO <location> command. The results of the query are written to one or more files as specified in the command and the file(s) are stored in the specified location (internal or external).
upvoted 1 times
...
galicneverdie
1 year, 5 months ago
https://docs.snowflake.com/en/user-guide/data-unload-overview#bulk-unloading-using-queries
upvoted 1 times
...
asorock
1 year, 7 months ago
Bullk unload supports "SELECT" statements and the answer is True. See query below COPY INTO @my_stage/my_unloaded_data.csv FROM ( SELECT col1, col2, col3 FROM my_table WHERE condition ) FILE_FORMAT = (FORMAT_NAME = 'CSV' COMPRESSION = 'AUTO');
upvoted 2 times
...
VS3497
1 year, 8 months ago
False Unload into file_name from my_table File_format = CSV
upvoted 1 times
...
shubtred
1 year, 8 months ago
B UNLOAD INTO @stage_name/files FROM my_table FILE_FORMAT = (TYPE = 'CSV');
upvoted 1 times
...
Mayuri917233
1 year, 9 months ago
Selected Answer: A
A is correct
upvoted 2 times
...
Fabmel1
1 year, 9 months ago
It's a little bit confuse due to BULK keyword, but the correct answer is A.
upvoted 1 times
...
cxna
1 year, 10 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
Tapasgup007
2 years, 2 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
Percy2112
2 years, 6 months ago
Selected Answer: A
We can use select query in copy into command to load/unload the data.
upvoted 1 times
...
distopic
2 years, 8 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
SatuPatu
2 years, 8 months ago
Selected Answer: A
A is correct
upvoted 2 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago