This is a description table to the WCSDICTNRY table.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (2000) NULL |
Description of the database object. |
LANGUAGE_ID | INTEGER NOT NULL |
Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. |
WCSDICTNRY_ID | BIGINT NOT NULL |
Foreign key to the WCSDICTNRY table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035145120 | WCSDICTNRY_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_909 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_910 | WCSDICTNRY_ID | WCSDICTNRY | WCSDICTNRY_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|