gvwilson / sql-tutorial

The Querynomicon: An Introduction to SQL for Wary Data Scientists
https://gvwilson.github.io/sql-tutorial/
Other
418 stars 35 forks source link

refactor: cover inner and outer joins before cross join #4

Closed gvwilson closed 5 months ago

gvwilson commented 5 months ago

Consider covering inner & outer joins before the cross join--IMO that's more intuitive

Roy Pardee

gvwilson commented 5 months ago

tried fiddling with the order, but all-against-all seems to work better than anything with on.