DROP KEYSPACE

    The statement removes a keyspace and all its database objects (such as tables or ) from the system.

    Grammar

    Where

    • keyspace_name is an identifier.
    • An error is raised if the specified keyspace is non-empty (contains tables or types).

    USE