Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 949

What is the MINIMUM permission needed to access a file URL from an external stage?

    Correct Answer: D

    The minimum permission needed to access a file URL from an external stage is USAGE. This permission allows users to reference the stage, which is necessary to access the file URL. MODIFY, READ, and SELECT are all incorrect in this context because they involve modifying data or reading data from internal tables, rather than simply accessing or referencing the stage.

Discussion
KarthyJayOption: D

USAGE (external stage) or READ (internal stage)

tidzOption: D

https://docs.snowflake.com/en/sql-reference/functions/build_stage_file_url

DR369Option: D

Answer D