Ways to Delete Data

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

To remove data from a database, you can do any of the following:

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 Sybase IQ stores versions of data pages.

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