]> begriffs open source - ai-pg/blob - full-docs/txt/dml.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / dml.txt
1
2 Chapter 6. Data Manipulation
3
4    Table of Contents
5
6    6.1. Inserting Data
7    6.2. Updating Data
8    6.3. Deleting Data
9    6.4. Returning Data from Modified Rows
10
11    The previous chapter discussed how to create tables and other
12    structures to hold your data. Now it is time to fill the tables with
13    data. This chapter covers how to insert, update, and delete table data.
14    The chapter after this will finally explain how to extract your
15    long-lost data from the database.