SnowPro Core Certification — Question 1009
Which metadata table will store the storage utilization information even for dropped tables?
Answer options
- A. DATABASE_STORAGE_USAGE_HISTORY
- B. TABLE_STORAGE_METRICS
- C. STORAGE_DAILY_HISTORY
- D. STAGE_STORAGE_USAGE_HISTORY
Correct answer: B
Explanation
The correct answer is B, TABLE_STORAGE_METRICS, as it retains storage utilization details for all tables, including those that are no longer present. The other options do not specifically provide this capability for dropped tables.