You don't have to show me the solution. I just need help understanding what this question wants.
I think the question is referring to the PRODUCT_ORDER table and the PURCHASE_ORDER.
PRODUCT_ORDER
order_id order_date ship_date payment_type total customer_id
PURCHASE_ORDER
po_no po_date product_id quantity supplier_id
PRODUCT
product_id product_name quantity_in_stock reorder_point price supplier_id reorder_qty
I just don't understand what they want me to use the AVG function on.
I'm using Oracle as the dbms.
2006-07-24
23:42:39
·
2 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
Product Order to Order Details 1 To Many with a cardinality of 1.
Product to Order Details 1 to Many with a cardinality of 1
Product to Order Details 1 to Many with a cardinality of 1.
2006-07-25
00:12:19 ·
update #1