SQL Server Transact Basic to Expert - Dropping a table

This blog shows how to drop a table completely.

Syntax:
DROP TABLE schema.tablename


Example:
Drop table dbo.emptable

Ebook Download
View all
Learn
View all