Removes all data from a table.
TRUNCATE keyspace_name.table_name
Synopsis legend
A TRUNCATE statement results in the immediate, irreversible removal of all data in the named table.
TRUNCATE user_activity;