Research Article

[Retracted] Artificial Intelligence-Based Online Education System for University Music

Table 5

Structure of StuCourseList.

NumberField nameData typeExplain

1COURSE_STUDENTS_IDCHAR (36)Student course selection ID, unique keyword, primary key, null string allowed (no)
2STUDENT_IDCHAR (36)Student ID
3COURSE_IDCHAR (36)Course ID
4STATUSCHAR (1)Status, the default value is 0
0- course selection is valid, 1- invalid course selection
5CREATE_DATEVARCHAR (20)Creation date in the format of yyyymmdd. Null string is allowed (no)