Expsample 2 treatment
Join table that associates EXPSAMPLE with TREATMENT table records.
Columns
| Name | Type | Description | Foreign Key |
|---|---|---|---|
| expsample_accession | varchar(15) | Foreign key reference to EXPSAMPLE table | expsample.expsample_accession |
| treatment_accession | varchar(15) | Foreign key reference to TREATMENT table | treatment.treatment_accession |
Indexes
| Name | Column | Description |
|---|---|---|
| PRIMARY | expsample_accession | BTREE |
| PRIMARY | treatment_accession | BTREE |
| idx_expsample_2_treatment | treatment_accession | BTREE |
| idx_expsample_2_treatment | expsample_accession | BTREE |
Tables that Reference this Table
| Name | Column | Table Reference | Column Reference |
|---|---|---|---|