I have to database tables \"Courses\" and \"Students\".
Student (id, name, number) Course (id, name, number) StudentsCourses (student_id, course_id)
You have to make a many to many relation.