Exam COF-C03 Topic 1 Question 13 Discussion
Actual exam question for Snowflake's COF-C03 exam
Question #: 13
Topic #: 1
Question #: 13
Topic #: 1
Which SQL command can be used to verify the privileges that are granted to a role?
Suggested Answer: C Vote an answer
To verify the privileges that have been granted to a specific role in Snowflake, the correct SQL command is SHOW GRANTS TO ROLE <Role Name>. This command lists all the privileges granted to the specified role, including access to schemas, tables, and other database objects. This is a useful command for administrators and users with sufficient privileges to audit and manage role permissions within the Snowflake environment.
References:
Snowflake Documentation: SHOW GRANTS
References:
Snowflake Documentation: SHOW GRANTS
by Victor at Sep 10, 2026, 08:20 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).