This table shows the relationship between an auction and a store.
Column Description(s):
Column Name | Column Type | Description |
AUCT_ID |
BIGINT NOT NULL |
The Auction ID. |
STORE_ID |
INTEGER NOT NULL |
The ID of the store conducting the auction. |
ITEMPAGE |
VARCHAR(254) |
The item page used to display the product. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031200080 |
STORE_ID+AUCT_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_92 |
AUCT_ID |
AUCTION |
AUCT_ID |
Cascade |
F_93 |
STORE_ID |
STORE |
STORE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.