Dropping a keyspace or table
Use the DROP KEYSPACE or DROP TABLE command to drop a keyspace or table.
Use the DROP KEYSPACE or DROP TABLE command to drop a keyspace or table.
Procedure
-
Drop the
cyclingkeyspace.DROP KEYSPACE IF EXISTS cycling;
-
Drop the
cycling.commentstable.DROP TABLE IF EXISTS cycling.comments;
