We'll want to connect rows having a matching property, like the student.id matching enrolled.student_id.
student.id
enrolled.student_id
Make sure to pick . followed by id and then =, enrolled, ., student_id.
.
id
=
enrolled
student_id