This is a collection of notes and resources ment to help fellow students with their studies in Standford's online intro to database class
dbclass.db - database use for in-class lecutre
homework/ - Collection of resqurces give, or implied for homework. NO SOLUTIONS WILL BE POSTED!
lecture/ - Collection of resources give, or implied for help with lectures
lecture/sql - sql quries used in class. Copied from website.
First download a copy of this directory:
$ git://github.com/Chingzilla/db-class-resources.git
Then run this script:
$ ./start_database
- Download the dbclass.db file
- Start sqlite with the database:
$ sqlite3 dbclass.db
Here are some links that might be helpful