Stairway to T-SQL DML Level 9: Adding Records to a table using INSERT Statement

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

Filed under:

Not all applications are limited to only retrieving data from a database. Your application might need to insert, update or delete data as well. In this article, I will be discussing various ways to insert data into a table using an INSERT statement.

SQL Source Control Need to share database changes?
Keep database dev teams in sync using your version control system and the SSMS plug-in SQL Source Control. Learn more.

© SQL Server Central or respective owner