Monday, July 16, 2012

How to rename a table

Rename a table in Oracle


alter table <Current table name> rename to <New table name>;



No comments: