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.
Describes the techniques to insert one or more data rows into tables.
Describes the techniques to modify data in tables.
Describes the techniques to delete data rows.
Describes the techniques to perform insert, update, or delete operations in a single statement by using the MERGE statement.