|
The Orders Detail table contains data regarding the detail of customer orders.
Field Name | Data Type | Length | Description |
---|---|---|---|
Order ID | Number | Long Integer | Unique identification number assigned to each order. |
Product ID | Number | Long Integer | Unique identification number assigned to each product. |
Unit Price | Currency | Currency | The unit price of each product within an order. |
Quantity | Number | Long Integer | The quantity of products within an order. |
|