Table of contents
Introduction
To know me is to know I do not like SQL. I am currently in my second week of a coding boot camp, and things we going great until we hit some SQLite3. The first portion of the course taught Ruby, which is flexible, intuitive, expressive — really, pick any positive adjective you want. It reads like poetry. SQL is a collection of dour commands in all caps you’re told to put in whatever order for whatever reason to get some info. SELECT! FROM! WHERE! I’d spend hours on trial-and-erroring my way into strange queries that look like angry shouts from a caveman.
The execution Order Is