Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
G
GoikLectures
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
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 */
...
@@ -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
(
5
,
5
,
10
.
84
,
FALSE
);
/* Brad Duncan */
INSERT
INTO
Competition
VALUES
(
6
,
2
,
10
.
02
,
FALSE
);
/* Tim Culver */
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
(
7
,
3
,
10
.
49
,
FALSE
);
/* Sid Gascoine */
INSERT
INTO
Competition
VALUES
(
8
,
2
,
9
.
35
,
TRUE
);
/* Tim Culver */
INSERT
INTO
Competition
VALUES
(
8
,
2
,
9
.
35
,
TRUE
);
/* Tim Culver */
\ No newline at end of file
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
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