Which of the following methods cannot be used to view a table's fragmentation rate?
Use the “Space” function in Cloud DBA to clearly view the fragmentation rate
Query information_schema.TABLES and check the data_free value
Query performance_schema.TABLES and check the data_free value
Use the command SHOW TABLE STATUS LIKE 'table_name' and check the data_free value
Submit