SnowPro Core Certification — Question 1291
Which view will show the MOST recent information about table-level storage utilization?
Answer options
- A. The TABLE_STORAGE_METRICS view in a Snowflake data share
- B. The TABLE_STORAGE_METRICS view in the ACCOUNT_USAGE schema
- C. The TABLE_STORAGE_METRICS view in the INFORMATION_SCHEMA
- D. The STORAGE_USAGE_HISTORY view in the INFORMATION_SCHEMA
Correct answer: C
Explanation
The TABLE_STORAGE_METRICS view in the INFORMATION_SCHEMA contains up-to-date metrics on table storage utilization, making it the best choice for recent information. The other options either access the same metrics from different contexts or historical data, which do not provide the most current information.