SQL Server Transact Basic to Expert - Drop Table Query

This blog shows how to drop a table using the drop command

Syntax:
Drop table Schema.Tablename

Example:
Drop table dbo.empname