Any user with the appropriate privileges can view data storage for individual tables by using which queries? (Choose two.)
Any user with the appropriate privileges can view data storage for individual tables by using which queries? (Choose two.)
To view data storage for individual tables, the appropriate queries are TABLE_STORAGE_METRICS view in the ACCOUNT_USAGE schema and TABLE_STORAGE_METRICS view in the INFORMATION_SCHEMA schema. These views provide detailed metrics about storage usage per table, which is essential for any user with the appropriate privileges looking to monitor storage data.
https://docs.snowflake.com/en/user-guide/tables-storage-considerations
Answer B,D - https://docs.snowflake.com/en/user-guide/tables-storage-considerations