Which command removes a role from another role or a user in Snowflak?
A.
ALTER ROLE
B.
REVOKE ROLE
C.
USE ROLE
D.
USE SECONDARY ROLES
The Answer Is:
B
This question includes an explanation.
Explanation:
TheREVOKE ROLEcommand is used to remove a role from another role or a user in Snowflake. This command is part of Snowflake's role-based access control system, allowing administrators to manage permissions and access to database objects efficiently by adding or removing roles from users or other roles.