Your browser does not support JavaScript. This help page requires JavaScript to render correctly. Dropping Tables
Skip Headers
Previous
Previous
 
Next
Next

Dropping Tables

To drop a table, use either the SQL Developer navigation frame and Drop tool, or the DDL statement DROP TABLE.

Caution: Do not drop any of the tables that you created in "Creating Tables"—you need them for later tutorials. If you want to practice dropping tables, create simple ones and then drop them.

To drop a table using the Drop tool:

  1. On the Connections tab, expand hr_conn.

    Under the hr_conn icon, a list of schema object types appears.

  2. Expand Tables.

    A list of tables appears.

  3. Right-click the name of the table to drop.

    A list of choices appears.

  4. Click Table.

    A list of choices appears.

  5. Click Drop.

    The Drop window opens.

  6. Click Apply.

    The Confirmation window opens.

  7. Click OK.

Related Topics

Oracle Database SQL Language Reference

Creating and Managing Tables