rlm@0: ################################################################################ rlm@0: # Coderloop Coding Challenge rlm@0: # Puzzle: university rlm@0: # Author: Robert McIntyre rlm@0: ################################################################################ rlm@0: rlm@0: The main file is setup.sql, which defines the database schema and all rlm@0: the stored procedures to manupulate the tables. All other *.sql files rlm@0: are just thin wrappers around calls to these stored procedures.