- 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.
- Always check with your program manager to see if there are any upcoming deadlines you should highlight!
- Q & A from the prep work and/or exercises.
- Students practiced queries with the four different types of joins. Make sure to differentiate betweent the four different types of joins. If you have any tips or tricks for knowing when to use each join, make sure to share them!
- Students will be writing a lot of queries at once. They really need to follow best practices to make sure they don't return too many rows at once and cause the server to slow down for the rest of the class.