-
Notifications
You must be signed in to change notification settings - Fork 2
SQL Part 4
John Woolbright edited this page Apr 30, 2024
·
3 revisions
- What subqueries are and how they are structured.
- Differences between correlated and non-correlated subqueries.
- Differences between subqueries and nested-subqueries.
- Differences between
UNION,INTERSECT, andEXCEPT.
- 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.
- Learners may struggle to understand the differences between correlated and non-correlated or self-contained subqueries. This may require additional attention during lecture!
- It may be useful to include more examples or use cases for both
- Students will be working with the
BooksDBdataset from previous lessons. They should already have access to this but ensure they have the necessary permissions to perform queries against the database!