Destroying Dynamic Cluster Tables

You use the CLUSTER DESTROY statement when you want to delete or destroy an existing cluster table and all of its members. The general form of the CLUSTER DESTROY statement is as follows:
CLUSTER DESTROY cluster-table-name; 
cluster-table-name
the name of the dynamic cluster table that you want to destroy.
Last updated: February 8, 2017