Basic syntax for renaming table name
ALTER TABLE table_name RENAME TO new_table_name;
example :
ALTER TABLE suppliers RENAME TO customers;
this script will change table name from "table_name" to "new_table_name"
Oracle Database Syntaxes Learning Center is the blog for every one who want to learn basic oracle database syntaxs, using SQL Plus or other oracle database client tools, such PLSQL Developer, Bentic Software, TOAD, etc.
No comments:
Post a Comment