Home » MYSQL » MySQL Database Operations » Question
  1. CHECK TABLE works with how many of the following?
    MyISAM, ARCHIVE, CSV
    1. 3
    2. 2
    3. 1
    4. 0
    5. 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.



Your comments will be displayed only after manual approval.