Order Details  (Created 8/6/2000 1:34:08 AM)
Description:
This table contains the order details lines for each order.
Key ID Name Data Type Size(Precision,Scale) Nulls Default
OrderID int 0
  The order associated with this order detail line.
ProductID int 0
  The product associated with this order detail line.
UnitPrice money 0 (0)
  The unit price for this order detail line.
Quantity smallint 0 (1)
  The quantity for this order detail line.
Discount real 0 (0)
  The discount for this order detail line.