Download and install the available sqlite databases and
tools as described in this
README.
These databases are designed to match the examples in the SQL tutorial.
2nd week
Complete the
SQL Tutorial
up to and including
aliases.
Instead of relying on the website, execute the examples in your local
database (use the "Execute SQL" tab of DB Brower for SQLite).
Accept the first database assignment on SQL SELECT.
For interacting with a database, there are many possible APIs. All large
C++ libraries offer interaction with SQLite, but there are also many small,
independend libraries focused on SQLite interaction. For example