InterviewSolution
Saved Bookmarks
| 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 |
|