SQL RENAME Table ... The RENAME TABLE statement is used to change the table name. Syntax: RENAME tableName TO newTableName;. We can also use the ALTER TABLE ...
確定! 回上一頁