Research Article

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

Table 2

Structure of CourseList.

NumberField nameData typeExplain

1COURSE_IDCHAR (36)Course ID, primary key, null string allowed (no)
2TEACHERIDCHAR (36)ID of the teacher to which the course belongs. Foreign key, allow empty string (no)
3COURSE_NAMEVARCHAR (100)Course name, required field (yes), null string allowed (no)
4COURSE_STARTVARCHAR (20)Start time, required field (yes), null string allowed (no)
5COURSE_ENDVARCHAR (20)End time, required field (yes), null string allowed (no)
6STATUSCHAR (1)Status, the default value is 0
0-course valid, 1-course invalid
7COURSE_MEMOVARCHAR (5000)Course introduction