WebSphere Commerce database table: STCGRYDESC

This table is deprecated and is provided for backward compatibility only.


Column Description(s):
Column NameColumn TypeDescription
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 NameIndexed Column NamesIndex Type
SQL050212031312850 STORECGRY_ID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_950 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_949 STORECGRY_ID STORECGRY STORECGRY_ID Cascade

Feedback