oracle rename table

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

showing results for - "oracle rename table"
Alina
07 Jan 2019
1alter table sales rename column order_date to date_of_order;
Lucia
01 Apr 2019
1RENAME table_name TO new_name;