summaryrefslogtreecommitdiff
path: root/sql/tcourse.sql
blob: afe2aab506889fa05c6e0d79f7725cb0a24ec31f (plain) (blame)
1
2
3
4
5
INSERT INTO courses (id, title, ctype, teacher, location, nmax) VALUES(1, 'Floorball', 'Sport', 'Chen Xiaojia', 'Gym', 20);
INSERT INTO courses (id, title, ctype, teacher, location, nmax) VALUES(2, 'Flag Football', 'Sport', 'Ding Zhaoyuan', 'Pitch', 30);
INSERT INTO courses (id, title, ctype, teacher, location, nmax) VALUES(3, 'Chamber Music', 'Enrichment', '(?)', 'Music Rooms', 10);
INSERT INTO courses (id, title, ctype, teacher, location, nmax) VALUES(4, 'Math and Computer Science', 'Enrichment', 'Jeff Zhang', '2307', 10);
INSERT INTO courses (id, title, ctype, teacher, location, nmax) VALUES(5, 'Chinese Drama', 'Culture', 'Monica Chen (?)', 'Black Box (?)', 6);