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 Challenge
3 # Puzzle: university
4 # Author: Robert McIntyre
5 ################################################################################
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.