Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Simple JOINs recap
1. Introduction
Various kinds of JOINs
Filtering with LEFT JOIN and RIGHT JOIN
Summary

Instruction

Hello, and welcome to our SQL JOINs course! In SQL JOINs allow you to combine information from multiple tables.

This course will focus on various kinds of JOINs, querying from multiple tables, filtering results, and other stuff that may come in handy for writing queries with JOINs.

We assume that you know the basics of SQL and how to write a simple query that selects data from a single table. If you are a complete beginner, this course is a great complement to our SQL Basics course!

Exercise

Click the Next exercise button to go to the next exercise.