forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Reviewed-by: Jiang, Beibei <beibei.jiang@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
1.8 KiB
1.8 KiB
Dropping a Table
Individual or batch dropping can be performed on tables. Refer to Dropping a Batch of 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:
- Right-click the selected table and select Drop Table.
Data Studio prompts you to confirm this operation.
- In the confirmation dialog box, click OK to complete the operation successfully.
The status bar displays the status of the completed operation.
Parent topic: Managing Table