Problem
- A student registers for a course.
- Add that courses name, and registration date, to the
student_courses
that can be identified with the student that was registered - Combine the two tables to show the
courses
the student is registered to.
How should I do this, what is the relationship the Student
and student_courses
have in order to achieve my goal.