Over 10 Modules with Practical Code on Real Datasets
Selection
You need to look at the data. Let's show how to pull it out and limit the columns or number of rows.
Connecting
In this module we will demo how to connect to Sqlite.
Exceptions
You will need to understand exceptions that pop up as well as logic errors that return the incorrect result. We will show how to fix errors and how to write SQL as well as debug it.
Counts
To really understand your data, you are going to need to dig into it. Counting values is one of the most important query you will do.
Filtering Data
After you understand your data, you will want to dig into it. You will want to slice and dice it. This can be really confusing. However, we will walk through real-world examples and help you understand the options that you have. Faster than a speeding SQL query, you will have the data that you want.
Grouping Data
Masters of Excel know how to pivot like the back of their hand. They can quickly whip up summaries along multiple dimensions. We will show you how to one-up them in SQL.