Unit 10: The Join Statement
Programmers frequently join data from a number of different tables in order to obtain more information. They also--perhaps even more frequently--build queries to obtain information from more than one table in order to generate better information. In this section, we will learn about SQL Joins, which allow us to create complex queries, combine data from different tables, and obtain a new result set that can provide us with a better understanding of the data and maximize database flexibility.
Completing this unit should take you approximately 23 hours.
10.1: Introduction
Watch this video.
Read this page.
10.2: Inner Joins
Read this page.
10.3: Outer Joins
10.3.1: Left Outer Joins
Read this page.
10.3.2: Right Outer Joins
Read this page.
10.3.3: Full Outer Joins
Read this page.
10.4: The Group By Clause
Watch this video.
Read this page.
10.5: Assessment
Take this quiz to assess your understanding of the materials presented in this unit.