SnowPro Core Certification — Question 290

Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)

Answer options

Correct answer: B, E

Explanation

The correct choices are B and E. 'SHOW TABLES' provides a list of tables which can give insights into storage, while 'Information Schema -> TABLE_STORAGE_METRICS' specifically details the storage metrics of each table. The other options do not directly relate to monitoring data storage for individual tables.