In my DB I have the following things (tables)
- student
- course_students ( has two fields: status, and Student)
- courses ( has a list of course_students that includes all the students in the course, each with his status)
what is the way to show all the courses of a given student ??