Chapter 7: Adding, Changing, and Deleting Data  Permissions

Chapter 7: Adding, Changing, and Deleting Data

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





Copyright © 2005. Sybase Inc. All rights reserved. Permissions

View this book as PDF