Column | Data Type | Nullable | Default | Description |
ORDER_ID | NUMBER(12, 0) | not null | | Part of concatenated primary key, references orders.order_id. |
LINE_ITEM_ID | NUMBER(3, 0) | not null | | Part of concatenated primary key. |
PRODUCT_ID | NUMBER(6, 0) | not null | | References product_information.product_id. |
UNIT_PRICE | NUMBER(8, 2) | null | | |
QUANTITY | NUMBER(8, 0) | null | | |