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
2c221685
Commit
2c221685
authored
5 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
Removing solution component
parent
fbf52d69
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
Klausuren/Sda1/2018Summer/Exam/Schema/schema.sql
+1
-9
1 addition, 9 deletions
Klausuren/Sda1/2018Summer/Exam/Schema/schema.sql
with
1 addition
and
9 deletions
Klausuren/Sda1/2018Summer/Exam/Schema/schema.sql
+
1
−
9
View file @
2c221685
...
...
@@ -27,12 +27,4 @@ INSERT INTO Competition VALUES(4, 4, 10.02, FALSE); /* John Hooker */
INSERT
INTO
Competition
VALUES
(
5
,
5
,
10
.
84
,
FALSE
);
/* Brad Duncan */
INSERT
INTO
Competition
VALUES
(
6
,
2
,
10
.
02
,
FALSE
);
/* Tim Culver */
INSERT
INTO
Competition
VALUES
(
7
,
3
,
10
.
49
,
FALSE
);
/* Sid Gascoine */
INSERT
INTO
Competition
VALUES
(
8
,
2
,
9
.
35
,
TRUE
);
/* Tim Culver */
SELECT
fullName
,
min
(
time
)
as
time
FROM
Competition
,
Athlete
WHERE
Competition
.
athlete
=
Athlete
.
id
AND
badStart
=
FALSE
GROUP
BY
(
fullName
)
ORDER
BY
time
,
fullName
;
\ No newline at end of file
INSERT
INTO
Competition
VALUES
(
8
,
2
,
9
.
35
,
TRUE
);
/* Tim Culver */
\ No newline at end of file
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