Rename Table in Oracle

Buy 1 Month, Get 2 Months Free. Coupon: 2MOFREE

SYNTAX

alter table
table_name
rename to
new_table_name;

Example

alter table
employee
rename to
employee_bak;

Incoming search terms:

  • rename oracle table

Related posts:

  1. Rename Tables in MySQL
  2. Explain Plan in Oracle SQL*Plus
  3. Select Random Records in Oracle
  4. Modified WP Table Prefix in bbPress

Speak Your Mind

*