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