Removes the named column family.
DROP TABLE <name>;
A DROP TABLE statement results in the immediate, irreversible removal of a column family, including all data contained in the column family. You can also use the alias DROP TABLE.
DROP TABLE worldSeriesAttendees;