我目前正在开展一个小项目,但在尝试填充学生标记HTML表时遇到了一些问题。
数据库设计:
student table - student_id, name, class_id, section_id
grade - grade_id, grade_name, grade_point, mark_from, mark_upto,comment
subject - subject_id, name, class_id
mark - student_id, class_id, section_id, subject_id, mark_obtained, mark_total
问题是我如何生成一个标记表,其中包含特定于班级的学生,分数和科目。 样本格式 enter image description here
感谢。