database design -> Class, level, topics. marks
问题 I'm designing a database for school. So far I have the following tables: course: topic: level leveltopic_junc: student: courseID (PK) topicID (PK) levelID (PK) levelID (fK) studentID date topicname levelname topicID (fK) studentname level(fK) coursestudent_junc: courseID (fK) studentID(fK) topicID (fK) mark Now I'm at a dead point. What I need is: every student, at the end of the course pass an exam and gets a mark for every topic of the course and a final mark that is the average of the