From 06c3a08c18a5fa4a66ff8bbc3cecc097d7ce5d7e Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Tue, 6 Nov 2018 16:05:13 +0100
Subject: [PATCH] DDL-DDL, Cosmetics

---
 Doc/Sda1/xmlschema.xml | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/Doc/Sda1/xmlschema.xml b/Doc/Sda1/xmlschema.xml
index 4b8d3d616..954ba495a 100644
--- a/Doc/Sda1/xmlschema.xml
+++ b/Doc/Sda1/xmlschema.xml
@@ -1413,7 +1413,7 @@ WHERE dept='finance'
           </listitem>
 
           <listitem>
-            <para><xref linkend="glo_SQL"/> <acronym>DDL</acronym>
+            <para><xref linkend="glo_SQL"/> <acronym>DML</acronym>
             equivalent.</para>
           </listitem>
 
@@ -1430,9 +1430,13 @@ WHERE dept='finance'
 
         <para>Predicate based queries:</para>
 
-        <informaltable border="1">
+        <informaltable border="0">
+          <colgroup width="35%"/>
+
+          <colgroup width="65%"/>
+
           <tr>
-            <td valign="top"><programlisting language="sql">SELECT name, email
+            <td rowspan="2" valign="top"><programlisting language="sql">SELECT name, email
 from Customer
 WHERE dept='finance'
    or category = 12</programlisting></td>
@@ -1441,7 +1445,11 @@ WHERE dept='finance'
   ...
     &lt;customer dept='finance'&gt;...
 
-&lt;/database&gt;</programlisting><programlisting language="xslt">/database//customer[@dept='finance'
+&lt;/database&gt;</programlisting></td>
+          </tr>
+
+          <tr>
+            <td><programlisting language="xslt">/database//customer[@dept='finance'
         or category='7']</programlisting></td>
           </tr>
         </informaltable>
-- 
GitLab