i have 6 tables
-tblStudents_info( includes students names,address..etc)
-tblStudent_Classes(includes students classes and streams)
-tblStudent_Subjects(includes students subjets based on a certain combination.)
-tblStudent_Marks(includes student marks in various subjects)
-tblExam_Name(includes examID,Exam_Name)
-tblExam_Period(inclues PeriodID,Period_Name)
problem comes in how do i relate the tables (tblStudent_Marks,tblExam_Name and tblExam_Period)in the case where there are 3 Exams done in each period(3 periods)
![]()