Removes all data from a column family.
TRUNCATE <column_family>;
A TRUNCATE statement results in the immediate, irreversible removal of all data in the named column family.
TRUNCATE user_activity;