What is a characteristic of a role in Snowflake?
What is a characteristic of a role in Snowflake?
Privileges on securable objects can be granted and revoked to a role. This characteristic allows roles in Snowflake to manage access control dynamically, granting and revoking access as needed to secure the Snowflake environment appropriately.
https://docs.snowflake.com/en/user-guide/security-access-control-overview
B and D are correct https://docs.snowflake.com/en/user-guide/security-access-control-overview
B is incorrect, it can't
A: False, https://docs.snowflake.com/en/sql-reference/sql/grant-role B, C: False, https://docs.snowflake.com/en/user-guide/security-access-control-overview#:~:text=System%2Ddefined%20roles%20cannot%20be%20dropped.%20In%20addition%2C%20the%20privileges%20granted%20to%20these%20roles%20by%20Snowflake%20cannot%20be%20revoked.
Correct