How is the MANAGE GRANTS privilege applied?
How is the MANAGE GRANTS privilege applied?
The MANAGE GRANTS privilege is applied globally. This privilege allows roles with this privilege to manage access control across the entire account, not restricted to specific databases, schemas, or tables.
In general, a role with any one of the following sets of privileges can grant privileges on an object to other roles: The global MANAGE GRANTS privilege. Only the SECURITYADMIN and ACCOUNTADMIN system roles have the MANAGE GRANTS privilege; however, the privilege can be granted to custom roles.
https://docs.snowflake.com/en/sql-reference/sql/grant-privilege#access-control-requirements
Answer is A The global MANAGE GRANTS privilege
correct