different way to drop table in mysql code example Example 1: mysql drop DROP TABLE table_name Example 2: drop table in mysql DROP TABLE table_name;