New Year Sale ! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Snowflake Exam COF-C02 Topic 1 Question 48 Discussion

Actual exam question for Snowflake's COF-C02 exam
Question #: 48
Topic #: 1
[All COF-C02 Questions]

Use of which file function allows a user to share unstructured data from an internal stage with an external reporting tool that does not have access to Snowflake">

Show Suggested Answer Hide Answer
Suggested Answer: B

The GET_PRESIGNED_URL function in Snowflake generates a pre-signed URL for a file in an internal stage. This URL can be shared with external tools or users who do not have direct access to Snowflake, allowing them to download the file.

Generate Pre-Signed URL:

SELECT GET_PRESIGNED_URL(@my_stage/file.txt);

Share the URL: The generated URL can be shared with external users or applications, enabling them to access the file directly.


Snowflake Documentation: GET_PRESIGNED_URL

Snowflake Documentation: Working with Stages

Contribute your Thoughts:

Ocie
9 days ago
Definitely B) GET_PRESIGNED_URL. That's the way to go to securely share data from Snowflake with external reporting tools.
upvoted 0 times
...
Ryan
17 days ago
I think the answer is B) GET_PRESIGNED_URL
upvoted 0 times
...
Talia
21 days ago
I think the answer is B) GET_PRESIGNED_URL. It allows you to generate a temporary, pre-signed URL that can be shared with external tools to access the data.
upvoted 0 times
Evan
11 days ago
I think it might be C) BUILD_STAGE_FILE_URL.
upvoted 0 times
...
Miesha
14 days ago
I believe the answer is B) GET_PRESIGNED_URL.
upvoted 0 times
...
...

Save Cancel