Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 361

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

    Correct Answer: A, E

    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.

Discussion
SV1122Options: BE

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

harshagc180Options: BE

Answer : B and E

_yyuktaOptions: BE

B And E are correct

MultiCloudIronManOptions: BE

correct

Kvk117Options: BE

Verified

fahfouhi94Options: BE

B&E ==> tested

sailooOptions: BE

B,E is the right answer