Each row in this table describes a QuantityUnit in a particular language.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (254) NULL |
The description of the QuantityUnit. |
LANGUAGE_ID | INTEGER NOT NULL |
The language of the description. For a list of language components, see the LANGUAGE table. |
QTYUNIT_ID | CHARACTER (16) NOT NULL |
The QuantityUnit. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035045720 | LANGUAGE_ID, QTYUNIT_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_647 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_648 | QTYUNIT_ID | QTYUNIT | QTYUNIT_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|