By default, which Snowflake role is required to create a share?
By default, which Snowflake role is required to create a share?
The correct role required to create a share by default in Snowflake is ACCOUNTADMIN. This role has comprehensive administrative privileges, including the ability to create shares. Other roles can be granted this privilege, but by default, only ACCOUNTADMIN has it.
https://docs.snowflake.com/en/sql-reference/sql/create-share.html#access-control-requirements
CREATE SHARE: Account :Only the ACCOUNTADMIN role has this privilege by default. The privilege can be granted to additional roles as needed. https://docs.snowflake.com/en/sql-reference/sql/create-share.html#access-control-requirements
D is correct
CREATE SHARE Account Only the ACCOUNTADMIN role has this privilege by default. The privilege can be granted to additional roles as needed.
Answer is D