
Answer-first summary for fast verification
Answer: The Snowflake Web Interface (UI) in the Account -> Billing & Usage section
The question asks where account-level storage usage can be monitored. Based on the community discussion and Snowflake documentation, option B is correct because the Snowflake Web Interface (UI) provides storage usage information in the Account -> Billing & Usage section (though some comments note the exact path may be Admin -> Usage in newer versions). Option A is incorrect as the Databases section shows database-specific storage, not account-level. Option C is wrong because the Information Schema doesn't contain account usage data. Option D is incorrect as there is no ACCOUNT_USAGE_METRICS view; the correct view would be TABLE_STORAGE_METRICS or STORAGE_USAGE in the ACCOUNT_USAGE schema. The community consensus strongly supports B with 100% of answers and multiple upvoted comments confirming it.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which view can be used to monitor account-level storage usage?
A
The Snowflake Web Interface (UI) in the Databases section
B
The Snowflake Web Interface (UI) in the Account -> Billing & Usage section
C
The Information Schema -> ACCOUNT_USAGE_HISTORY View
D
The Account Usage Schema -> ACCOUNT_USAGE_METRICS View
No comments yet.