ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
ResultDerivationEquations | Relationship between Results and Equations used to derive them |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| ResultID | BigInt | Foreign key identifier for a Result that was derived using the Equation specified by DerivationEquationID |
|
|||
DerivationEquationID | Integer | Foreign key identifier for the DerivationEquation used to derive the Result identified by ResultID |
|
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ResultDerivationEquations_DerivationEquations | ODM2Provenance.DerivationEquations | ODM2Provenance.ResultDerivationEquations | DerivationEquationID | DerivationEquationID |
fk_ResultDerivationEquations_Results | ODM2Core.Results | ODM2Provenance.ResultDerivationEquations | ResultID | ResultID |
Parent Relations (none) |
Used in Diagrams |
Diagram Name |
ODM2Provenance |