COF-C02 · Question #484
What is the MINIMUM permission needed to access a file URL from an external stage?
The correct answer is D. USAGE. To access a file URL from an external stage in Snowflake, the minimum permission required is USAGE on the stage object. USAGE permission allows a user to reference the stage in SQL commands, necessary for actions like listing files or loading data from the stage, but does not…
Question
What is the MINIMUM permission needed to access a file URL from an external stage?
Options
- AMODIFY
- BREAD
- CSELECT
- DUSAGE
How the community answered
(50 responses)- A2% (1)
- B4% (2)
- C2% (1)
- D92% (46)
Explanation
To access a file URL from an external stage in Snowflake, the minimum permission required is USAGE on the stage object. USAGE permission allows a user to reference the stage in SQL commands, necessary for actions like listing files or loading data from the stage, but does not permit the user to alter or drop the stage.
Topics
Community Discussion
No community discussion yet for this question.