Biosample_2_Treatment
Join table that associates BIOSAMPLE with TREATMENT table records.
Columns
| Name | Type | Description | Foreign Key |
|---|---|---|---|
| biosample_accession | varchar(15) | Foreign key reference to BIOSAMPLE table | biosample.biosample_accession |
| treatment_accession | varchar(15) | Foreign key reference to TREATMENT table | treatment.treatment_accession |
Indexes
| Name | Column | Description |
|---|---|---|
| PRIMARY | biosample_accession | BTREE |
| PRIMARY | treatment_accession | BTREE |
| idx_biosample_2_treatment | treatment_accession | BTREE |
| idx_biosample_2_treatment | biosample_accession | BTREE |
Tables that Reference this Table
| Name | Column | Table Reference | Column Reference |
|---|---|---|---|