To remove an object from the BigObject database, the user can use the DROP statement.

The following are general syntax and their purposes:

To delete the entire table from the database

DROP TABLE table_name

To delete the tree object from the database

DROP TREE tree_name

To delete the association from the database

DROP ASSOCIATION association_name
Note
TREE and ASSOCIATION will be introduced in Advanced Data Analytics section.