Skip to content

Collection of resources for people taking Stanford's online database class

License

Notifications You must be signed in to change notification settings

Chingzilla/db-class-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB-class notes and resources

This is a collection of notes and resources ment to help fellow students with their studies in Standford's online intro to database class

Structure

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.

For an easy way to drop into into a SQL prompt with tables used in class##

First download a copy of this directory:
$ git://github.com/Chingzilla/db-class-resources.git

Then run this script:

$ ./start_database

If you simply want to run the SQLite database

  1. Download the dbclass.db file
  2. Start sqlite with the database:
    $ sqlite3 dbclass.db

Helpfull resources

Here are some links that might be helpful

SQLite

About

Collection of resources for people taking Stanford's online database class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages