This table describes all the store relationships defined in the STRELTYP table.
Column Description(s):
Column Name | Column Type | Description |
LANGUAGE_ID |
INTEGER NOT NULL |
The language of the description. |
STRELTYP_ID |
INTEGER NOT NULL |
The store relationship type that is being described. |
DESCRIPTION |
VARCHAR(254) |
The description of the store relationship type. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031316670 |
LANGUAGE_ID+STRELTYP_ID |
Primary Key |
I0000799 |
STRELTYP_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_920 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_918 |
STRELTYP_ID |
STRELTYP |
STRELTYP_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.