Learn SQL with public data
You've always wanted to learn SQL, but you don't know where to start. The following lessons will teach you the basics of SQL using public data.
Getting Started: Setup Your Environment
Start by setting up your environment, and getting familiar with
the database tables we'll explore.
Your First Queries: College Mascots
We'll explore the SELECT command by looking at college mascot
data.
Grouping and Filtering: Google Trends
Your first look at grouping data and filtering results, with data
from the 2016 MLB season.
Joining Data Together: Github Repos and ___
TODO