Data Deletion Methods

Use the DELETE, DROP TABLE, and TRUNCATE TABLE statements to delete data.

To remove data from a database:

Space for Deletions

When you use the DELETE or TRUNCATE TABLE statement, you may need to add space to your database, due to the way SAP Sybase IQ stores versions of data pages.

When you use DROP TABLE, you need not add space, as no extra version pages are needed.