mysql drop table syntax code example Example 1: drop table if exists DROP TABLE IF EXISTS dbo.Scores Example 2: drop table in mysql DROP TABLE table_name;