Required Problems

In this section, you are required to complete the problems below and submit your code to OJ website.

Remember, you can use ok to test your code:

$ python ok  # test all tables
$ python ok -q <table>  # test single table

You can also do your own experiments interactively:

$ python sqlite_shell.py --init hw10.sql

Or only starts with the original data in hw10_data.sql:

$ python sqlite_shell.py --init hw10_data.sql