...

/

Connect Two Tables

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