SQL in Data Science

SQL Tutorial Using SQLite and the Chinook Database

Jason Wong
Towards Data Science
7 min readOct 22, 2020

--

Photo by Caspar Camille Rubin on Unsplash

This post will serve as a tutorial for querying data with SQL (Structured Query Language). For the purposes of this tutorial, I will be using the SQLite3 library, which provides a relational database management system. For examples, I will be using the Chinook Database, a sample database that represents a digital media store, including tables…

--

--

Data Scientist with a passion for statistical analysis and machine learning