- Get Python
- Clone this repository
- Do the exercises (they're fill-in-the-blank)
Each example is in its own test case. You'll have to use the following to run each of them individually:
python -m unittest exercises.E.test_exercise_1
For exercise 2, use the following:
python -m unittest exercises.E.test_exercise_2
and so on.
The slides are available here: https://speakerdeck.com/preetamjinka/intro-to-relational-databases-2015
MIT