Monday, March 2, 2015

Drop Table

To delete a table using SQL, use the following formula:
DROP TABLE TableName
Ex.
DROP TABLE dbo.StaffData

No comments:

Post a Comment