
Answer-first summary for fast verification
Answer: View usage information for all accounts in the organization., Enable database replication for an account in the organization.
The ORGADMIN role in Snowflake is specifically designed for organization-level administration. According to Snowflake documentation and the community consensus (with 100% agreement and upvoted comments), ORGADMIN can: B) View usage information for all accounts in the organization - This allows monitoring resource consumption across the entire organization. D) Enable database replication for an account in the organization - This enables setting up replication capabilities at the organizational level. Option A is incorrect because INFORMATION_SCHEMA is automatically created in each database, not manually by ORGADMIN. Option C is incorrect because database cloning is enabled at the account level, not by ORGADMIN. Option E is incorrect because micro-partition information is accessible through account-level views, not organization-wide through ORGADMIN.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
What actions can a user with the ORGADMIN role perform? (Choose two.)
A
Create INFORMATION_SCHEMA in a database.
B
View usage information for all accounts in the organization.
C
Enable database cloning for an account in the organization.
D
Enable database replication for an account in the organization.
E
View micro-partition information for all accounts in the organization.