Removes the keyspace.
DROP KEYSPACE | SCHEMA name
Synopsis legend
A DROP KEYSPACE statement results in the immediate, irreversible removal of a keyspace, including all tables and data contained in the keyspace. You can also use the alias DROP SCHEMA.
DROP KEYSPACE MyTwitterClone;