The LitRequestItem table stores the items and quantities for each literature request and is a link between the LITERATURE table and the LITREQUEST table.
|
If an index entry appears in multiple table columns, then it is a composite index. A composite index requires multiple columns in order to create a unique index. |
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
LITREQID (PK) (FK) |
STANDARDID(12) |
NOT NULL |
LITREQUESTITEM_COMP_PK (CA) |
(Many) to (One) |
|
LITERATUREID (PK) (FK) |
STANDARDID(12) |
NOT NULL |
LITREQUESTITEM_COMP_PK (CA) |
(Many) to (One) |
|
QTY |
int(4) |
NULLS |
|
|
|
MODIFYDATE |
datetime(8) |
NULLS |
|
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
CREATEDATE |
datetime(8) |
NULLS |
|
|
|
CREATEUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |