CHECK TABLE works with how many of the following? MyISAM, ARCHIVE, CSV
3
2
1
0
None of these
Correct Option: A
The ‘CHECK TABLE’ statement provides an interface to the table checking capabilities of the server. It works for MyISAM and InnoDB tables as well as for ARCHIVE and CSV tables.