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