RelatedResults - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: RelatedResults

Information about relationships among Results

Columns

PKNameData TypeNULLAutoDefaultCommentFK

RelationIDInteger

nextval('"ODMXProvenance"."RelatedResults_RelationID_seq"'::regclass)Primary key for a relationship table (i.e. named "Related...").
ResultIDBigInt Foreign key identifier for a Result

RelationshipTypeCVVarChar() Text description of the relationship between the Results from a controlled vocabulary (e.g., "isDerivedFrom")

RelatedResultIDBigInt Foreign key identifier for a Result that is related to the Result identified by ResultID

VersionCodeVarChar()

Text version number/code that can be specified if the Result is an explicit version of another Result and where the RelationshipTypeCV = "isNewVersionOf".
RelatedResultSequenceNumberInteger

Integer sequence number indicating the order in which a RelatedResults appears in a DerivationEquation (i.e. 1 for x1, 2 for x2...) and where a Result "isDerivedFrom" one or more RelatedResults.

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_RelatedResults_CV_RelationshipTypeODMXCV.CV_RelationshipTypeODMXProvenance.RelatedResultsTermRelationshipTypeCV
fk_RelatedResults_ResultsODMXCore.ResultsODMXProvenance.RelatedResultsResultIDResultID
fk_RelatedResults_Results_AreRelatedODMXCore.ResultsODMXProvenance.RelatedResultsResultIDRelatedResultID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXProvenance