Lab: SQL Koans


Go here to get the code and instructions.

This git repo contains a Python program to help you learn SQL in a different environment. This is our first step to using SQL in our own programs. Read the instructions carefully to learn what you have to do fix the queries.

The koans are grouped into categories called temples. You only have to work on basics.sql and filtering.sql. We will do the rest after learning relational data and joins.


Things To Think About