You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selects.student_idas student_id, s.student_nameas student_name, sub.subject_nameas subject_name, count(e.student_id) as attended_exams from Students s cross join Subjects sub left join Examinations e ons.student_id=e.student_idandsub.subject_name=e.subject_namegroup bys.student_id, sub.subject_nameorder bys.student_id, sub.subject_name;