Mercurial > coderloop
comparison src/university/README.TXT @ 0:307a81e46071 tip
initial committ
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 18 Oct 2011 01:17:49 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:307a81e46071 |
---|---|
1 ################################################################################ | |
2 # Coderloop Coding Challenge | |
3 # Puzzle: university | |
4 # Author: Robert McIntyre | |
5 ################################################################################ | |
6 | |
7 The main file is setup.sql, which defines the database schema and all | |
8 the stored procedures to manupulate the tables. All other *.sql files | |
9 are just thin wrappers around calls to these stored procedures. |