SQL Server Delete TableYou can delete a table by using SQL Server Managaement studio. The DELETE statement is used to delete table from the database. ![]() ![]() Table is deleted now. You can verify it by checking your created database "javatpoint". There is no table such as "STUDENT" ![]()
Next TopicSQL Server Insert Data
|