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

Example of Analyze Table Mysql Statement:

ANALYZE TABLE Emp;
ANALYZE TABLE t1;

Example of Mysql Analyze Table


ANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name [, tbl_name] ...