All cheat sheets
SQL Foundations: The Logic Behind It
The biggest breakthrough in SQL is not more syntax. It is understanding how SQL thinks. Five foundations every analyst should master: the logical execution order (FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY, LIMIT), subqueries and query contexts, why SQL is declarative, why it thinks in sets not rows, and how NULL and three-valued logic actually work.
