Examples for business, study, careers, love, and more...
Examples :: MYSQL Examples :: Example of Check Table Mysql statement

Example of Check Table Mysql Statement:

CHECK TABLE Emp FAST QUICK;

Example of Mysql Check Table


CHECK TABLE tbl_name [, tbl_name] ... [option] ...
option = {FOR UPGRADE | QUICK | FAST | MEDIUM | EXTENDED | CHANGED}