RENAME TABLE oldTable TO newTable;
Replace oldTable with the table’s name that you want to rename and newTable with the new table name.
RENAME TABLE oldTable TO newTable;
Replace oldTable with the table’s name that you want to rename and newTable with the new table name.