Which command removes a role from another role or a user in Snowflake?
Which command removes a role from another role or a user in Snowflake?
The command that removes a role from another role or a user in Snowflake is REVOKE ROLE. This command specifically serves the purpose of revoking roles, which aligns with the requirement of removing a role granted to another role or user.
https://docs.snowflake.com/en/sql-reference/sql/revoke-role
Answer - B