I have 3 tables:
Student table
(StudentNumber,Name,Contact,Address,DateOfBirth,YearEnrolled,Year Of Study)
Absence table
(SubjectCode,StudentNumber, DateOfAbsence)
Subject table
(SubjectCode, Subject Name,Description)
I would need to display StudentNumber, Name, SubjectCode and the pecentatage of Date of Absence)taking that there are 10 lesson
How can i disply the above.