Introduction

The commands you use to add, change, or delete data are called data modification statements. These commands are:

See the Reference Manual: Commands.

You can also add data to a table by transferring it from a file using the bulk copy utility program bcp. See the Utility Guide.

You can use insert, update, or delete to modify data in one table per statement. A Transact-SQL enhancement to these commands is that you can base modifications on data in other tables, and even other databases.

The data modification commands also work on views, with some restrictions. See Chapter 12, “Views: Limiting Access to Data.”