Java Program

This program connects to a ClassicModels database to fulfill three requirements:

  1. Which orders have a value greater than $5,000?
  2. List the amount paid by each customer
  3. Compute the revenue (profit/earnings) generated by each sales representative based on the orders from the customers they serve

Technologies: Java, MySQL