SQL RENAME TABLE
SQL RENAME TABLE command is used to change the name of a table.
SQL Rename Table Syntax
ALTER TABLE table_name RENAME TO new_table_name;
SQL RENAME TABLE command is used to change the name of a table.
ALTER TABLE table_name RENAME TO new_table_name;