1.

To perform consistency checks on a MyISAM table the statement is _____________(a) CHECK TABLE(b) REPAIR TABLE(c) ANALYZE TABLE(d) OPTIMIZE TABLEThe question was asked in quiz.The origin of the question is Performing Database Maintenance with the Server Running in chapter Database Maintenance, Backups and Replication of MySQL

Answer»

The correct option is (a) CHECK TABLE

To EXPLAIN: 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.



Discussion

No Comment Found

Related InterviewSolutions