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 » 

Table Creation:
  1. Creating a Table
  2. Getting Information on Tables
  3. Information on Columns in Tables
  4. Renaming a Table
  5. Truncating a Table
  6. Dropping a Table
Related: