A statement that qualifies the table to be deleted : Drop Table « Table « SQL Server / T-SQL






A statement that qualifies the table to be deleted

 

DROP TABLE New_AP.dbo.Bankers1

 

Related examples in the same category

1.If table exists, rename and create new one
2.Drop a table if necessary