This table contains language-dependent information about a TaxCategory.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (254) NULL |
A brief description of the TaxCategory, suitable for display to customers. |
LANGUAGE_ID | INTEGER NOT NULL |
The Language of the description. For a list of language components, see the LANGUAGE table. |
TAXCGRY_ID | INTEGER NOT NULL |
The TaxCategory. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035124910 | LANGUAGE_ID, TAXCGRY_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_818 | TAXCGRY_ID | TAXCGRY | TAXCGRY_ID | Cascade |
F_819 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|