Database Table: OPERATRDSC

This table holds the language-dependent information related to an operator.

Column Name Column Type Column Description
DESCRIPTION VARCHAR (254)
NULL
The display string for the operator. For example, "Between", "Set", "Equals", or "Greater Than".
LANGUAGE_ID INTEGER
NOT NULL
The identifier of the Language. For a list of language components, see the LANGUAGE table.
OPERATOR_ID INTEGER
NOT NULL
The internal reference number that indicates the operator related to the language specific information.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035013330 OPERATOR_ID, LANGUAGE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_481 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_482 OPERATOR_ID OPERATOR OPERATOR_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable