SQL Tutorial
Exercises about SQL: let me give you a hand to get started
When I first heard about SQL, I honestly thought it was a way of analyzing data similar to what can be done with Pandas
dataframes. Looking at the documentation made me realize that I was wrong.
So I decided to create a repository, sql_tutorial
, with exercises to practice querying with SQL.