What is the MINIMUM permission needed to access a file URL from an external stage?
A.
MODIFY
B.
READ
C.
SELECT
D.
USAGE
The Answer Is:
D
This question includes an explanation.
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.