Step 9: Cleaning Up Resources
After completing operations in this tutorial, if you no longer need to use the resources created during the operations, you can delete them to avoid resource waste or quota occupation.
Deleting the Foreign Table and Target Table
- Run the following command to delete the target table product_info:
1
DROP TABLE product_info;
If the following output is displayed, the index has been deleted:
1
DROP TABLE
- Run the following command to delete the foreign table product_info_ext:
1
DROP FOREIGN TABLE product_info_ext;
If the following output is displayed, the foreign table has been deleted:
1
DROP FOREIGN TABLE
Last Article: Step 8: Stopping GDS
Next Article: Analysis of Passed Vehicles at Traffic Checkpoints
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.