Update starter DB data so that the course_sutdents_table contains duplicate student-course info.

Hui-Organize
Lan Hui 2024-10-26 09:38:44 +08:00
parent 9a4a8d2818
commit bc77fa1aa4
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ INSERT INTO `course_students_table` (`Course_ID`, `Student_ID`, `ID`, `Status`)
(10, '201825800050', 13, 'Joined'),
(10, '201825800054', 14, 'Joined'),
(12, '201632120150', 15, 'Joined'),
(12, '2016321201502', 16, 'Joined'),
(12, '201632120150', 16, 'Joined'),
(12, '201825800050', 17, 'Joined');
-- --------------------------------------------------------