KoderPlace
PostCode
Blog
Sign in
KoderPlace
KoderPlace
PostCode
Blog
Login
1 Searches Found
Mysql Programming Alter Table Code Samples
Post Code Samples
Filters
Search Language
Search Tags
Apply
SQL | ALTER to change the name of the table
Reshma
| 5 years, 3 months
ALTER TABLE TABLE_NAME RENAME TO NEW_TABLE_NAME;
alter table
mysql