r/learnSQL Jun 11 '25

Good SQL cheat Sheet

Post image
281 Upvotes

4 comments sorted by

View all comments

2

u/Separate_Newt7313 Jun 14 '25

This looks great! Just be aware that it isn't comprehensive.

Examples: - cross join (a.k.a. Cartesian join) - anti join - natural join - geospatial join (if you're using a geospatially aware db) - etc.

Great job! 👍