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

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.

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

Other Resources

Query Performance

Help and Information

Getting SQL Server 2005 Assistance