Commit 24e6262
committed
Merge subqueries chapter into Restriction and rename Query Operators
- Combined subquery patterns into the Restriction chapter since
subqueries are just a special case of restrictions (semijoins/antijoins)
- Added Pattern 6 (Universal Quantification), Pattern 7 (Reverse Perspective),
Self-Referencing Patterns, and Building Queries Systematically sections
- Added Summary of Patterns table for quick reference
- Added more practice exercises covering advanced subquery patterns
- Renamed "The Query Operators" to "Query Operators"
- Deleted the now-redundant 080-subqueries.ipynb chapter1 parent 0dce78e commit 24e6262
File tree
3 files changed
+4
-984
lines changed- book/50-queries
3 files changed
+4
-984
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 6 | + | |
19 | 7 | | |
20 | 8 | | |
21 | 9 | | |
| |||
259 | 247 | | |
260 | 248 | | |
261 | 249 | | |
262 | | - | |
| 250 | + | |
0 commit comments