SnowPro Core Certification — Question 407
Which object type is granted permissions for reading a table?
Answer options
- A. User
- B. Role
- C. Attribute
- D. Schema
Correct answer: B
Explanation
The correct answer is B, as roles are specifically designed in database systems to manage permissions and access control, including the ability to read tables. Users can be granted permissions, but they themselves are not the object type that holds permissions; roles encapsulate these permissions. Attributes and schemas do not directly relate to permission management for reading tables.