Connect Two Tables
Write JOIN queries to pull from related tables.
Let’s join the tables in action! You’ll use INNER JOIN
, FULL OUTER JOIN
, and LEFT JOIN
to combine students and grades, building useful results from related data.
Goal
You’ll aim to:
Join two tables using foreign keys.
Explore student-grade relationships with queries.
Sample data recap
The students
table
Get hands-on with 1400+ tech skills courses.