sal
rename table in mysql or sql command statement syntax and example
Submitted by inder on Tue, 12/02/2008 - 21:55.
The RENAME TABLE statement defines a new name for an existing table in the database enviornment
Scope/Usage
Application Programs
SQL Syntax
RENAME TABLE [Owner.] TableName TO NewTableName
Parameters
[Owner.]TableName
Denotes the old table that is to be renamed.You can enclose database owner name in prefix.
NewTableName
is the new table name.
Description
![Validate my RSS feed [Valid RSS]](http://feedvalidator.org/images/valid-rss.png)