Learn CS Visual

How Rows Are Matched by a Shared Value

A join matches rows across two tables by a shared value. Rows link when students.id equals enrollments.studentId, and a row with no match gets excluded from the joined result.

Joining the students and enrollments tables, how many rows does the joined result have?