Column | MySQL Type | Oracle Type | Nullable | Description |
---|---|---|---|---|
TermWID | BIGINT | NUMBER | No | Reference to a term. |
RelatedTermWID | BIGINT | NUMBER | No | The WID of the term the current term is related to. |
Relationship | VARCHAR | VARCHAR2(10) | No | Enumeration. |
Name | Columns |
---|---|
TR_TermRelationship | TermWID,RelatedTermWID |
RT_TermRelationship | RelatedTermWID,TermWID |