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
Topic | Description |
---|---|
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. |
See Also
Concepts
Accessing and Changing Database Data
Selecting a Database
Using Options in SQL Server
Query Tools
Elements of Transact-SQL
Query Fundamentals
Manipulating Result Sets
Procedural Transact-SQL
Transactions (Database Engine)
Locking and Row Versioning
Cursors (Database Engine)
Distributed Queries