
Answer-first summary for fast verification
Answer: Each object has an owner, who can in turn grant access to that object.
The correct answer is C because Snowflake's documentation explicitly defines Discretionary Access Control (DAC) as a model where each securable object has an owner who can grant access to that object. This is confirmed by the community discussion where all comments unanimously select C with supporting references to Snowflake's official documentation. Option A describes a privilege level, not the DAC model itself. Option B describes a securable object, not the access control approach. Option D describes Role-Based Access Control (RBAC), which is a different model from DAC.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How is Discretionary Access Control (DAC) defined within the Snowflake data platform?
A
A defined level of access to an object.
B
An entity to which access can be granted.
C
Each object has an owner, who can in turn grant access to that object.
D
Access privileges are assigned to roles, which are in turn assigned to users.
No comments yet.