Bessere Beispiele
This commit is contained in:
parent
76f1fe9588
commit
7144489afb
@ -62,9 +62,9 @@ CREATE TABLE given_answers (
|
|||||||
INSERT INTO instructors
|
INSERT INTO instructors
|
||||||
(first_name, last_name, personnel_id)
|
(first_name, last_name, personnel_id)
|
||||||
VALUES
|
VALUES
|
||||||
('Jason', 'Streifling', '300484'),
|
( 'Jason', 'Streifling', '123456' ),
|
||||||
('Tim', 'Matzuga', '300483'),
|
( 'Tim', 'Taler', '123457' ),
|
||||||
('Georg', 'Bränzel', '300485');
|
( 'Georg', 'aus dem Jungel', '123458' );
|
||||||
|
|
||||||
INSERT INTO briefings (
|
INSERT INTO briefings (
|
||||||
date, time, location, as_of, instructor_id
|
date, time, location, as_of, instructor_id
|
||||||
@ -75,8 +75,8 @@ INSERT INTO briefings (
|
|||||||
INSERT INTO participants (
|
INSERT INTO participants (
|
||||||
first_name, last_name, company
|
first_name, last_name, company
|
||||||
) VALUES
|
) VALUES
|
||||||
( 'Jan', 'Schiele', 'Körber' ),
|
( 'Peter', 'Enis', 'Körber' ),
|
||||||
( 'Murat', 'Zorlu', 'MP Technic' );
|
( 'Dürüm', 'Döner', 'MP Technic' );
|
||||||
|
|
||||||
INSERT INTO questions (
|
INSERT INTO questions (
|
||||||
question, answer_1, answer_2, answer_3, answer_4, correct_answer
|
question, answer_1, answer_2, answer_3, answer_4, correct_answer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user