This table is deprecated and is provided for backward compatibility only.
Column Description(s):
Column Name | Column Type | Description |
STORECGRY_ID |
INTEGER NOT NULL |
The store category ID, which uniquely identifies the type of store. |
LANGUAGE_ID |
INTEGER NOT NULL |
The Language. For a list of language components, see the LANGUAGE table. |
DESCRIPTION |
VARCHAR(254) |
A longer description of the StoreCategory, suitable for display to customers. |
DISPLAYNAME |
VARCHAR(128) |
A brief description of the StoreCategory, suitable for display to customers. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031312850 |
STORECGRY_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_950 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_949 |
STORECGRY_ID |
STORECGRY |
STORECGRY_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.