Which role has the privileges to describe a share?
Which role has the privileges to describe a share?
https://docs.snowflake.com/en/sql-reference/sql/desc-share Only the ACCOUNTADMIN role has the privileges to describe a share. Executing this command with any role other than ACCOUNTADMIN returns an error. To post-process the output of this command, you can use the RESULT_SCAN function, which treats the output as a table that can be queried. The ANSWER is D