User's Guide
PART 1. Working with Databases
This chapter describes how to modify the data in a database.
Most of the chapter is devoted to the INSERT, UPDATE, and DELETE statements. Statements for bulk loading and unloading are also described.
Data modification statements
Adding data using INSERT
Changing data using UPDATE
Deleting data using DELETE