The clear table statement clears a table buffer.
clear table table_name
• table_name – The name of the table for which the table buffer will be cleared.
Clearing a table removes the data currently in its table buffer. It doesn’t remove data from the actual table.