Hey,
I trying to write a query which results in all students who have been absent for 2 consecutive classes and 3 consecutive classes. Is there any examples of this kind.
TS_Appointment - The appointment details are here
Appointment_Id
StudentTerm_Id_FK
TutorTimeSlot_Id_FK
AppointmentStatus_Id_FK
TS_TutorTimeSlot - The Appointments available for each tutor
TutorTimeSlot_Id
TutorTimeSlot_day
TutorTerm_Id_FK
TS_StudentTerm
StudentTerm_Id
StudentId_Fk
I need to have all students that have missed a session with a tutor two times in a row and 3 times in a row,
for the same student with the same tutor.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.