Skip to content

Dbrown910/CS1555_Term_Project

 
 

Repository files navigation

Team Number: Team 3


Team Nickname: Team88


Milestone 1 Notes:
team88-db.sql - This script creates the tables, triggers and adds data to the database

Milestone 2 Notes:
TO COMPILE:

javac *.java

TO RUN:
java team88_interface

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:

javac *.java

TO RUN:
java team88_driver

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.

About

The term project for Database Management Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.0%
  • PLSQL 5.6%
  • PLpgSQL 1.4%