Showing
1 changed file
with
1 additions
and
11 deletions
... | @@ -8,12 +8,6 @@ VALUES('2014104161', '허진호'); | ... | @@ -8,12 +8,6 @@ VALUES('2014104161', '허진호'); |
8 | INSERT INTO student(student_id, student_name) | 8 | INSERT INTO student(student_id, student_name) |
9 | VALUES('2014104117', '양원영'); | 9 | VALUES('2014104117', '양원영'); |
10 | INSERT INTO student(student_id, student_name) | 10 | INSERT INTO student(student_id, student_name) |
11 | -VALUES('2019310943', '김소언'); | ||
12 | -INSERT INTO student(student_id, student_name) | ||
13 | -VALUES('2019310152', '이준범'); | ||
14 | -INSERT INTO student(student_id, student_name) | ||
15 | -VALUES('2018315456', '이석영'); | ||
16 | -INSERT INTO student(student_id, student_name) | ||
17 | VALUES('2016100789', '이준오'); | 11 | VALUES('2016100789', '이준오'); |
18 | 12 | ||
19 | INSERT INTO lecture_students(lecture_id, student_id) | 13 | INSERT INTO lecture_students(lecture_id, student_id) |
... | @@ -23,8 +17,4 @@ VALUES('0', '2014104161'); | ... | @@ -23,8 +17,4 @@ VALUES('0', '2014104161'); |
23 | INSERT INTO lecture_students(lecture_id, student_id) | 17 | INSERT INTO lecture_students(lecture_id, student_id) |
24 | VALUES('0', '2014104117'); | 18 | VALUES('0', '2014104117'); |
25 | INSERT INTO lecture_students(lecture_id, student_id) | 19 | INSERT INTO lecture_students(lecture_id, student_id) |
26 | -VALUES('0', '2019310943'); | ||
27 | -INSERT INTO lecture_students(lecture_id, student_id) | ||
28 | -VALUES('0', '2019310152'); | ||
29 | -INSERT INTO lecture_students(lecture_id, student_id) | ||
30 | -VALUES('0', '2018315456'); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
20 | +VALUES('0', '2016100789'); | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment