Tell Me
 

Removing Tables

Previous previous|next Next Page

You can discard a table if you no longer find it useful. The DROP TABLE statement removes the definition of the table from the database along with the rows.

Deleting all of the records in a table is different from DROP TABLE. After deleting all the records, the column and constraint information still remains.