Dropping a Table
You drop a table using the DROP TABLE
statement.
The following example drops the emp table:
SQL> DROP TABLE new_employee;
Table dropped.
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: