Table Index

TermRelationship


Defines a relationship between two terms.

Columns

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.

Referenced By

None.

Other Constraints

None.

Indexes

Name Columns
TR_TermRelationship TermWID,RelatedTermWID
RT_TermRelationship RelatedTermWID,TermWID