Mercurial > coderloop
annotate 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 |
rev | line source |
---|---|
rlm@0 | 1 ################################################################################ |
rlm@0 | 2 # Coderloop Coding Challenge |
rlm@0 | 3 # Puzzle: university |
rlm@0 | 4 # Author: Robert McIntyre |
rlm@0 | 5 ################################################################################ |
rlm@0 | 6 |
rlm@0 | 7 The main file is setup.sql, which defines the database schema and all |
rlm@0 | 8 the stored procedures to manupulate the tables. All other *.sql files |
rlm@0 | 9 are just thin wrappers around calls to these stored procedures. |