
Answer-first summary for fast verification
Answer: Gathering the hourly credit usage for an account
The METERING_HISTORY view in the ACCOUNT_USAGE schema is specifically designed to provide hourly credit usage data for an account within the last 365 days. This is clearly documented in Snowflake's official documentation and confirmed by the community discussion where all comments unanimously select option A with high upvote counts. Option B (average cloud services cost) is incorrect because this view focuses on credit usage, not cost calculations. Option C (Snowpipe costs) is too specific and not the primary purpose of this general metering view. Option D (contract funds) is unrelated as this view tracks consumption, not remaining contract balances.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What is the purpose of the Snowflake ACCOUNT_USAGE.METERING_HISTORY view?
A
Gathering the hourly credit usage for an account
B
Compiling an account's average cloud services cost over the previous month
C
Summarizing the throughput of Snowpipe costs for an account
D
Calculating the funds left on an account's contract
No comments yet.