The Basics of Deleting Data from a SQL Server Table


 

Greg Larsen’s series on Learning T-SQL so far:

The basic T-SQL Select Statement Ordering a result set in SQL Server The ins and outs of joining tables in SQL Server Summarizing data using GROUP BY and HAVING The Basics of Inserting Data into a SQL Server Table The Basics of Updating Data in a SQL Server Table The Basics of Deleting Data from a SQL Server Table

Over time data in SQL Server tables needs to be modified. There are two major different aspects of modifying data: updating and deleting. In my last article “Updating SQL Server Data”