/CS1555

Pitt CS1555 - Database Administration Systems - Fall 2016

Primary LanguageJava

CS1555 - Term Project

Austin Pilz and Alisha Forrest Team 19

Milestone 1
Schema.sql = Schema for database, and has the triggers adjustTicket, planeUpgrade, and cancelReservation
ExampleData.sql = all the insert statements for our sample data

Milstone 2
PittToursMenu.java - all the java functions for the tasks
Functions.sql - sql functions that were used for the tasks

Milestone 3
driver program = We added a 3rd menu option in PittToursMenu.java that runs our driver
plane.csv, airline.csv, schedule.csv, and pricing.csv are used in the driver to load data into the tables