diff --git a/Doc/Sda1/xmlschema.xml b/Doc/Sda1/xmlschema.xml index 4b8d3d6168c5743c6c2283c035acde486185c39b..954ba495ab31333c2109006ac601dd27c9ebcd47 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' ... <customer dept='finance'>... -</database></programlisting><programlisting language="xslt">/database//customer[@dept='finance' +</database></programlisting></td> + </tr> + + <tr> + <td><programlisting language="xslt">/database//customer[@dept='finance' or category='7']</programlisting></td> </tr> </informaltable>