Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 567 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 567 Bytes

Introduction to (Relational) Databases

Getting started

  1. Get Python
  2. Clone this repository
  3. 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.

Notes

The slides are available here: https://speakerdeck.com/preetamjinka/intro-to-relational-databases-2015

License

MIT