With the student's id as the common property, rows only match if the id in student matches that in enrolled.
id
student
enrolled
Make sure to pick student.id =, followed by enrolled.id.
student.id =
enrolled.id