97
SQL Server DELETE Data
In SQL Server database, DELETE statement is used to delete records from the table.
Syntax:
Use the SQL Server management Studio:
Follow the management studio screenshots given below:
Use the following command:
Here one row is deleted where ID=3. You can verify it:
Output:
Next TopicSQL Server Delete TOP