Research Article

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

Table 3

Structure of Course Chapter table ChapterList.

NumberField nameData typeExplain

1NodeldCHAR (30)Node ID, primary key, null string allowed
2COURSE_IDCHAR (30)Teacher ID of the node, foreign key, null string allowed (no)
3Node orderCHAR (2)Node sort number
4NodeNameVARCHAR (20)Node name, required field (yes), null string allowed (no)
5IsChapterCHAR (2)Chapter or not, the default value is 0
0-section, 1-chapter
6ChapterlDCHAR (30)Parent chapter ID, which is null by default. When isChapte is 0, the column needs to fill in the NodeID of the parent chapter