Log in or register to post comments The following SQL command is used to rename an existing table of the database. RENAME TABLE table_name TO new_name; Related Content MySQL Tutorial Tags MySQL Interview Questions