Previous Topic: Delete Table Rows

Next Topic: Insert a Row into a Table

Delete a Table

To delete a relational table, use the DROP TABLE statement.

For example, to delete the APPLICATIONS table, issue this command:

OPSQL DROP TABLE APPLICATIONS