Removes the named table.
DROP TABLE keyspace_name.table_name
Synopsis legend
A DROP TABLE statement results in the immediate, irreversible removal of a table, including all data contained in the table. You can also use the alias DROP COLUMNFAMILY.
DROP TABLE worldSeriesAttendees;