Choose Category
RENAME TABLE tbl_name1 TO tbl_name2;
RENAME TABLE tbl_emp TO tbl_employee;
DATABASE EMP; RENAME TABLE tbl_emp TO tbl_employee;