Showing
1 changed file
with
2 additions
and
2 deletions
1 | -INSERT INTO lecture(lecture_id, lecture_name, lecture_room) | 1 | +INSERT INTO lecture(lecture_id, lecture_name) |
2 | -VALUES('0', '캡스톤디자인1', '소융대'); | 2 | +VALUES('0', '캡스톤디자인2'); |
3 | 3 | ||
4 | INSERT INTO student(student_id, student_name) | 4 | INSERT INTO student(student_id, student_name) |
5 | VALUES('2014104149', '정해갑'); | 5 | VALUES('2014104149', '정해갑'); | ... | ... |
-
Please register or login to post a comment