This table holds the language-dependent information
related to an operator.
Column Descriptions:
| Name | Type | Description |
| OPERATOR_ID | INTEGER NOT NULL | The internal reference number that indicates the
operator related to the language specific information. |
| LANGUAGE_ID | INTEGER NOT NULL | The identifier of the Language. For a list of
language components, see the LANGUAGE table. |
| DESCRIPTION | VARCHAR (254) | The display string for the operator. For example,
"Between", "Set", "Equals", or "Greater Than". |
| 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> | OPERATOR_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_481 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
| F_482 | OPERATOR_ID | OPERATOR | OPERATOR_ID | Cascade |