From 46651ce6fe013220ed397add242004d764fc0153 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:15:05 +0200 Subject: Adding upstream version 14.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/dml.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/src/sgml/html/dml.html (limited to 'doc/src/sgml/html/dml.html') diff --git a/doc/src/sgml/html/dml.html b/doc/src/sgml/html/dml.html new file mode 100644 index 0000000..d167302 --- /dev/null +++ b/doc/src/sgml/html/dml.html @@ -0,0 +1,9 @@ + +Chapter 6. Data Manipulation

Chapter 6. Data Manipulation

+ 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. The chapter + after this will finally explain how to extract your long-lost data + from the database. +

\ No newline at end of file -- cgit v1.2.3