Previous
Next
A1tutorials
Home
Amazon
Social Widget
Home
sqlserver
Delete a table in SQL
Delete a table in SQL
SN
October 11, 2010
To delete a table using SQL, use the following formula:
DROP TABLE
TableName
The
DROP TABLE
expression is required and it is followed by the name of the undesired table. Here is an example:
DROP TABLE Students;
GO
sqlserver
Facebook
Twitter
Post a Comment
0 Comments
Click here for 30 Days Prime Free Trial membership.
Note:If you purchase any item through a post on our site, we may receive a small share of the sale.Price, Deals and Coupons are valid at the time of post and may change any time.
0 Comments