Which object type is granted permissions for reading a table?
Which object type is granted permissions for reading a table?
A Role is granted permissions for reading a table. In database management systems, permissions or privileges like SELECT (read) are often granted to roles, which can then be assigned to users. This ensures a more manageable and scalable way of handling permissions.
should be B
B. Role
correct
https://docs.snowflake.com/en/sql-reference/sql/grant-privilege#:~:text=Grant%20the%20SELECT%20privilege%20on%20all%20existing%20tables%20in%20the%20mydb.myschema%20schema%20to%20the%20analyst%20role%3A