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