Updated on 2022-07-29 GMT+08:00

Dropping a Table

Individual or batch dropping can be performed on tables. Refer to Batch Dropping Objects section for batch dropping.

This operation removes the complete table structure (including the table definition and index information) from the database and you have to re-create this table once again to store data.

Follow the steps below to drop the table:

  1. Right-click the selected table and select Drop Table.

    Data Studio prompts you to confirm this operation.

  2. In the confirmation dialog box, click OK to complete the operation successfully.

    The status bar displays the status of the completed operation.