Home » MYSQL » MySQL Database Operations » Question
  1. To perform consistency checks on a MyISAM table the statement is _____________.
    1. ANALYZE TABLE
    2. OPTIMIZE TABLE
    3. CHECK TABLE
    4. REPAIR TABLE
    5. None of these
Correct Option: C

In order to perform consistency checks or table repairs on a MyISAM table a ‘CHECK TABLE’ or ‘REPAIR TABLE’ statement is issued. The ‘mysqlcheck’ program can also be invoked.



Your comments will be displayed only after manual approval.