Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)
Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)
For monitoring data storage of individual tables, two key methods can be utilized. Firstly, the command 'SHOW STORAGE BY TABLE;' provides a straightforward way to view the storage details of individual tables. Secondly, the Information Schema offers insights through the 'TABLE_STORAGE_METRICS' object, which contains metrics specific to table storage. These two resources are specifically designed to offer detailed information about the storage usage of individual tables.
B. SHOW TABLES E. TABLE_STORAGE_METRICS These two options will show bytes stored. https://docs.snowflake.com/en/sql-reference/sql/show-tables.html https://docs.snowflake.com/en/sql-reference/info-schema/table_storage_metrics.html
Answer : B and E
B And E are correct
correct
Verified
B&E ==> tested
B,E is the right answer