SnowPro Core Certification — Question 1264
When cloning tables, which INFORMATION_SCHEMA view will show different columns for owned storage and referenced storage?
Answer options
- A. DATABASE_STORAGE_USAGE_HISTORY
- B. STAGE_STORAGE_USAGE_HISTORY
- C. TABLE_STORAGE_METRICS
- D. STORAGE_USAGE
Correct answer: C
Explanation
The correct answer is C, TABLE_STORAGE_METRICS, because it specifically provides insights into the storage metrics for tables, showing distinctions for owned and referenced storage. The other options do not focus on table-specific metrics, making them unsuitable for this particular inquiry.