Good Enough SQL for PMs
Workshop of how to get started running your own SQL
We will cover Basics:
* The Interface (I prefer using Mode)
* Writing a simple SELECT; WHERE; ORDER BY
* Maybe a JOIN
* Takehome exercises for folks
We will then cover notBasics, but important things:
* How to navigate your internal org structure to get you SQL access
* When NOT to write SQL (e.g. when you're querying directly against prod)