ExamGecko
Question list
Search
Search

Question 523 - COF-C02 discussion

Report
Export

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

A.
MODIFY
Answers
A.
MODIFY
B.
READ
Answers
B.
READ
C.
SELECT
Answers
C.
SELECT
D.
USAGE
Answers
D.
USAGE
Suggested answer: D

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.

References:

Snowflake Documentation: Access Control

asked 23/09/2024
Cesar Castillo
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first