Dropping a Table

1. Click in the query area, and enter a SQL drop command.


2. For example:

          drop table contact

          (Delete the "contact" table.)



3. The table will be deleted.


See Also:

Auto Correction of SQL