Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Dr. Martin Goik
GoikLectures
Commits
2c221685
Commit
2c221685
authored
Jun 18, 2019
by
Dr. Martin Goik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing solution component
parent
fbf52d69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
Klausuren/Sda1/2018Summer/Exam/Schema/schema.sql
Klausuren/Sda1/2018Summer/Exam/Schema/schema.sql
+1
-9
No files found.
Klausuren/Sda1/2018Summer/Exam/Schema/schema.sql
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment