This table holds the language-dependent information
related to product sets.
Column Descriptions:
| Name | Type | Description |
| PRODUCTSET_ID | INTEGER NOT NULL | The product set ID. |
| LANGUAGE_ID | INTEGER NOT NULL | The language ID. For a list of language
components, see the LANGUAGE table. |
| DESCRIPTION | VARCHAR (254) | The language specific description of the product
set. |
| OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | PRODUCTSET_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_620 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
| F_621 | PRODUCTSET_ID | PRODUCTSET | PRODUCTSET_ID | Cascade |