diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index 6e440be5ca248ee52acdceadf5c795d9faf3a01b..33ed078e8c3d78dbaf53f7de4e605fa7dc3a369c 100644 --- a/doc/src/sgml/dml.sgml +++ b/doc/src/sgml/dml.sgml @@ -1,4 +1,4 @@ - + Data Manipulation @@ -11,8 +11,7 @@ The previous chapter discussed how to create tables and other structures to hold your data. Now it is time to fill the tables with data. This chapter covers how to insert, update, and delete - table data. We also introduce ways to effect automatic data changes - when certain events occur: triggers and rewrite rules. The chapter + table data. The chapter after this will finally explain how to extract your long-lost data from the database.