Chapter 9
SQL Part 3: Joins
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Understand what a join is.
- Write queries that use inner, full, left, and right joins.
- Explain the differences between the types of joins listed above.
- Use the
HAVING
clause with joins to filter result sets.
Key Terminology
Here is a list of key terms for this chapter broken down by the page the term first appears on. Make note of each term and its definition.
What is a Join?
- join
Inner Joins
- inner join
Left and Right Joins
- left outer join
- right outer join
Full Outer Joins
- full outer join