Mercurial > coderloop
view 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 |
line wrap: on
line source
1 ################################################################################2 # Coderloop Coding Challenge3 # Puzzle: university4 # Author: Robert McIntyre5 ################################################################################7 The main file is setup.sql, which defines the database schema and all8 the stored procedures to manupulate the tables. All other *.sql files9 are just thin wrappers around calls to these stored procedures.