Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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 (?) , you can switch to a simple comment.
Switch to a voting comment New
Mallikharjuna452
4 months ago
A.True
upvoted 1 times
...
_yyukta
9 months ago
Selected Answer: A
A. true
upvoted 1 times
...
KHarish
11 months, 3 weeks ago
True A
upvoted 1 times
...
Shanvi_27
1 year, 1 month 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, 2 months ago
https://docs.snowflake.com/en/user-guide/data-unload-overview#bulk-unloading-using-queries
upvoted 1 times
...
asorock
1 year, 4 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, 5 months ago
False Unload into file_name from my_table File_format = CSV
upvoted 1 times
...
shubtred
1 year, 5 months ago
B UNLOAD INTO @stage_name/files FROM my_table FILE_FORMAT = (TYPE = 'CSV');
upvoted 1 times
...
Mayuri917233
1 year, 6 months ago
Selected Answer: A
A is correct
upvoted 2 times
...
Fabmel1
1 year, 6 months ago
It's a little bit confuse due to BULK keyword, but the correct answer is A.
upvoted 1 times
...
cxna
1 year, 7 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
Tapasgup007
1 year, 11 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
Percy2112
2 years, 3 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, 5 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
SatuPatu
2 years, 5 months ago
Selected Answer: A
A is correct
upvoted 2 times
...
seanosteen
2 years, 6 months ago
Selected Answer: A
Snowflake supports SELECT in the COPY INTO context
upvoted 1 times
...
Fab33
2 years, 7 months ago
Selected Answer: A
A is right
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 ...