COF-C02 · Question #190
Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)
The correct answer is A. SHOW STORAGE BY TABLE; E. Information Schema -> TABLE_STORAGE_METRICS. To monitor data storage for individual tables, the commands and objects that can be used are SHOW STORAGE BY TABLE;' and the Information Schema view TABLE_STORAGE_METRICS'. These tools provide detailed information about the storage utilization for tables.
Question
Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)
Options
- ASHOW STORAGE BY TABLE;
- BSHOW TABLES;
- CInformation Schema -> TABLE_HISTORY
- DInformation Schema -> TABLE_FUNCTION
- EInformation Schema -> TABLE_STORAGE_METRICS
How the community answered
(26 responses)- A92% (24)
- B4% (1)
- C4% (1)
Explanation
To monitor data storage for individual tables, the commands and objects that can be used are SHOW STORAGE BY TABLE;' and the Information Schema view TABLE_STORAGE_METRICS'. These tools provide detailed information about the storage utilization for tables.
Topics
Community Discussion
No community discussion yet for this question.