drop talbe if exists statement code example Example: sql drop table if exists IF OBJECT_ID('dbo.Scores', 'U') IS NOT NULL DROP TABLE dbo.Scores;