1.2.6 - SQL Refresher
Last updated Jan 22, 2025
Youtube Video | ~16min
✍️ In this video we go through a SQL refresher with a focus on JOIN and GROUP BY. This example using the yellow_taxi_data and zones is helpful for the homework set.
SQL Code difference between using JOIN vs. WHERE
GROUP BY 1 column vs. multi-column
Resources
🔗 Use an app like Mimo to review SQL or Python basics
Last updated