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
735c440d
Commit
735c440d
authored
4 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
Exam Sda1 completed
parent
2e398fba
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doc/Sda1/Exam/2020/Summer/Solve/Doc/tasks.xml
+21
-0
21 additions, 0 deletions
Doc/Sda1/Exam/2020/Summer/Solve/Doc/tasks.xml
Klausuren/Sda1/2020summer/Solve/Schema/company.xsd
+1
-1
1 addition, 1 deletion
Klausuren/Sda1/2020summer/Solve/Schema/company.xsd
with
22 additions
and
1 deletion
Doc/Sda1/Exam/2020/Summer/Solve/Doc/tasks.xml
+
21
−
0
View file @
735c440d
...
...
@@ -374,6 +374,27 @@
<para>
Upload your project using the previous task. Then enter «I'm
expecting points for my work on the current task» into the text field
below on this page.
</para>
<para>
Points:
</para>
<screen>
0/2 Department's name is primary key.
0/2 Nullable foreign key Department --
>
Department
Table Member:
0/2 nickname is primary key.
0/1 Non-nullable foreign key Member --
>
Department
Table Project:
0/1 Primary key slug
0/1 name not nullable
0/1 visibility not nullable
0/1 visibility in ('public', 'internal', 'private')
Table Member2Project:
0/1 Two not-null foreign keys
0/1 UNIQUE/Primary key constraint on preceding references
0/1 Non-nullable role attribute
0/1 role in ('manager', 'guest', 'developer')
</screen>
</section>
</section>
...
...
This diff is collapsed.
Click to expand it.
Klausuren/Sda1/2020summer/Solve/Schema/company.xsd
+
1
−
1
View file @
735c440d
...
...
@@ -5,7 +5,7 @@
<xs:complexType>
<xs:simpleContent>
<xs:extension
base=
"xs:string"
>
<xs:attribute
name=
"nickname"
type=
"xs:NMTOKEN"
/>
<xs:attribute
name=
"nickname"
type=
"xs:NMTOKEN"
use=
"required"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
...
...
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