Each row contains the expected ship date of a backordered OrderItem.
Column Description(s):
Column Name | Column Type | Description |
ORDERITEMS_ID |
BIGINT NOT NULL |
The OrderItem that is backordered. |
DATEEXPECTED |
TIMESTAMP |
Expected ship date for the backordered Item. |
LASTUPDATE |
TIMESTAMP |
Timestamp of the last update. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031201890 |
ORDERITEMS_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_126 |
ORDERITEMS_ID |
ORDERITEMS |
ORDERITEMS_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.