We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c68bf commit daf54e8Copy full SHA for daf54e8
README.md
@@ -16,7 +16,7 @@ All solutions are 💯 correct at the time of upload and include explanations to
16
## SQL Topics Covered
17
- `SELECT`, `WHERE`, `ORDER BY`
18
- `GROUP BY`, `HAVING`, aggregate functions
19
-- `JOIN` (INNER, LEFT, RIGHT, FULL OUTER)
+- `JOIN` (`INNER`, `LEFT`, `RIGHT`, `FULL OUTER`)
20
- Subqueries and CTEs
21
- Window Functions (`RANK`, `DENSE_RANK`, `NTILE`, etc.)
22
- `CASE` statements, handling `NULL`, filtering, and more
0 commit comments