Drop a table Use the DROP TABLE command to remove a table along with all its database objects and data. Prerequisites Keyspace exists Table exists Drop a table DROP TABLE IF EXISTS cycling.birthday_list; See also: DROP TABLE