Milestone 1 Notes:
team88-db.sql - This script creates the tables, triggers and adds data to the database
Milestone 2 Notes:
TO COMPILE:
TO RUN:
team88_interface.java - The main driver program
Customer.java - The driver for the customer interface
CustomerActions.java - The implementation of all ten actions in the customer interface
Milestone 2 Notes:
TO COMPILE:
TO RUN:
team88_driver.java - The main driver program
CustomerDriver.java - The driver for the customer interface
AdminDriver.java - The driver for the admin interface
Notes: The driver will execute customer actions, then execute admin actions. After the admin actions are executed, the db file will be deleted. So if you want to run it again you need to run the team88-db.sql file first.