Stairway to T-SQL DML Level 11: How to Delete Rows from a Table

Posted on SQL Server Central See other posts from SQL Server Central
Published on Wed, 19 Sep 2012 06:00:00 UT Indexed on 2012/09/19 9:46 UTC
Read the original article Hit count: 163

Filed under:

You may have data in a database that was inserted into a table by mistake, or you may have data in your tables that is no longer of value. In either case, when you have unwanted data in a table you need a way to remove it. The DELETE statement can be used to eliminate data in a table that is no longer needed. In this article you will see the different ways to use the DELETE statement to identify and remove unwanted data from your SQL Server tables.

© SQL Server Central or respective owner