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 585 discussion

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

How does a Snowflake user reference a directory table created on stage mystage in a SQL query?

  • A. SELECT * FROM @mystage::DIRECTORY
  • B. SELECT * FROM DIRECTORY (@mystage)
  • C. SELECT * FROM TO_TABLE (DIRECTORY @mystage)
  • D. SELECT * FROM TABLE (@mystage DIRECTORY)
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
bibisa
Highly Voted 1 year, 8 months ago
Selected Answer: B
SELECT * FROM DIRECTORY(@mystage); https://docs.snowflake.com/en/user-guide/data-load-dirtables-manage
upvoted 9 times
...
Renvis
Highly Voted 1 year, 9 months ago
B is correct.
upvoted 6 times
...
PrashantGupta1616
Most Recent 5 months, 2 weeks ago
Selected Answer: B
B. SELECT * FROM DIRECTORY (@mystage) Most Voted
upvoted 1 times
...
zzeng
7 months ago
Selected Answer: B
B is correct. Ref: https://docs.snowflake.com/en/user-guide/data-load-dirtables-query
upvoted 2 times
...
MultiCloudIronMan
1 year, 4 months ago
Selected Answer: B
Correct
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 ...