Google News
logo
SQL Server - Interview Questions
How can we delete a table in SQL Server?
A user can delete a TABLE from the database by using SQL Server Management Studio or by Transact-SQL in SQL Server
 
Following are the steps for deleting a table using SQL Server Management
 
* Select a Table(wanted to remove) in object explorer
* Choose DELETE from the shortcut menu by right- click on the table
* Click on the 'yes' to confirm the deletion of the table
Advertisement