Rename Table in Oracle
9.02.2009 | Oracle
SYNTAX
alter table
table_name
rename to
new_table_name;
Example
alter table
employee
rename to
employee_bak;
tech notes and general nonsense
9.02.2009 | Oracle
SYNTAX
alter table
table_name
rename to
new_table_name;
Example
alter table
employee
rename to
employee_bak;
Comments