Lesson 5: Applying Database Relationships in SQL Queries

Summary

This lesson explains how to connect multiple tables in an SQL query. We review the SQL join clause, which connects different tables to retrieve information from multiple sources. We use an example of joining three tables to retrieve the requested information.

Transcript