Renaming a Table
You rename a table using the RENAME statement. The following example renames emp to new_employee:
SQL> RENAME emp TO new_employee;
Table renamed.
SQL>
Home »
Oracle »
Table »
Oracle »
Table »
Table Creation:
- Creating a Table
- Getting Information on Tables
- Information on Columns in Tables
- Renaming a Table
- Truncating a Table
- Dropping a Table
Related: