Previous Topic: Delete Table RowsNext 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