0 votes
in Sql by
How to delete a table in SQL Server?

1 Answer

0 votes
by

Delete Data Record from Database Table and deleting an existing table by the following method:

Syntax: To delete all table records of a table:

Delete TableName DELETE info

...