Introduction

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

For information about these commands, see the Reference Manual.

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 for your platform for more information.

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 10, “Views: Limiting Access to Data.”