rename table pl sql

Solutions on MaxInterview for rename table pl sql by the best coders in the world

showing results for - "rename table pl sql"
Louka
02 Oct 2017
1ALTER TABLE old_table_name
2  RENAME TO new_table_name;