Changing Data in a Database
The topics in this section describe the techniques for manipulating data in the tables of a relational database. You can add new rows of data, change the data in existing rows, and delete rows.
In This Section
Inserting Data into a Table
Describes the techniques to insert one or more data rows into tables.Updating Data in a Table
Describes the techniques to modify data in tables.Deleting Data in a Table
Describes the techniques to delete data rows.Inserting, Updating, and Deleting Data with MERGE
Describes the techniques to perform insert, update, or delete operations in a single statement by using the MERGE statement.
See Also