Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
7091f142
Commit
7091f142
authored
11 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
defaultlabel qandaset
parent
5820d6a5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/course.xml
+7
-7
7 additions, 7 deletions
Doc/course.xml
with
7 additions
and
7 deletions
Doc/course.xml
+
7
−
7
View file @
7091f142
...
...
@@ -697,7 +697,7 @@ drwxr-xr-x 4 goik fb1prof 4096 Nov 8 22:04 ..
</figure>
<figure xml:id="fig_SqlDdlEmployee">
<title>Relational database implementation of employees
</title>
<title>Relational database implementation of employees</title>
<programlisting language="sql">CREATE TABLE EMPLOYEE
(
...
...
@@ -711,17 +711,17 @@ drwxr-xr-x 4 goik fb1prof 4096 Nov 8 22:04 ..
);</programlisting>
</figure>
<qandaset>
<qandaset
defaultlabel="qanda"
>
<title>Implicit model parameters</title>
<qandadiv>
<qandaentry>
<question>
<para>
<xref linkend="fig_SqlDdlEmployee"/> shows an
<para><xref linkend="fig_SqlDdlEmployee"/> shows an
implementation of <xref linkend="fig_ModelEmployee"/>. But it
does contain additional integrity constraints of two different
categories not being stated in <xref
linkend="fig_ModelEmployee"/>.
</para>
linkend="fig_ModelEmployee"/>.</para>
</question>
<answer>
...
...
@@ -744,7 +744,7 @@ drwxr-xr-x 4 goik fb1prof 4096 Nov 8 22:04 ..
</qandaset>
<para>We may as well represent our current physical SQL model
graphically:
</para>
graphically:</para>
<figure xml:id="fig_GraphModelEmployee">
<title>Graphical representation of employees' model.</title>
...
...
@@ -759,8 +759,8 @@ drwxr-xr-x 4 goik fb1prof 4096 Nov 8 22:04 ..
<para>Some SQL data types are quite appropriate. We may however add
further restrictions to enhance data integrity. The attribute
<code>SEX</code> for example may be restricted to allow only 'm' and
'f'. SQL enables us to do so by adding a <code>CHECK</code>
constraint:
</para>
'f'. SQL enables us to do so by adding a <code>CHECK</code>
constraint:
</para>
</chapter>
<chapter xml:id="xmlIntro">
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment