Q. To perform consistency checks on a MyISAM table the statement is . . . . . . . .
β
Correct Answer: (A)
CHECK TABLE
Explanation: CHECK TABLE: This is the correct option. The CHECK TABLE statement in MySQL is used to perform consistency checks on tables. When applied to a MyISAM table, it checks for errors in the table's structure and data integrity.