Computer Science 455

Sixth Exercise Set

Due: Tuesday, April 6. 


Using the Oracle report writer, write an order-invoice report from the tables created in exercise 4, with the following constraints:

  1. One order/page
  2. Each order invoice should include
    1. customer information
    2. date
    3. for each item ordered
      1. catalog number
      2. catalog description
      3. quantity ordered
      4. unit cost
      5. total cost
    4. total cost of order
  3. The order-invoice should have a professional appearance


Turn in the printed report (in class on Tuesday, April 6). Please let me know if there are any questions. Many thanks!