Which Snowflake SQL statement would be used to determine which users and roles have access to a role called MY_ROLE?
The SQL statementSHOW GRANTS TO ROLE MY_ROLEis used to determine which users and roles have access to a role called MY_ROLE. This statement lists all the privileges granted to the role, including which roles and users can assume MY_ROLE.References:[COF-C02] SnowPro Core Certification Exam Study Guide
Currently there are no comments in this discussion, be the first to comment!