Connect Two Tables
Write JOIN queries to pull from related tables.
We'll cover the following...
We'll cover the following...
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. ...