Expsample_2_Reagent
Join table that associates EXPSAMPLE with REAGENT table records.
Columns
| Name | Type | Description | Foreign Key |
|---|---|---|---|
| expsample_accession | varchar(15) | Foreign key reference to EXPSAMPLE table | expsample.expsample_accession |
| reagent_accession | varchar(15) | Foreign key reference to REAGENT table | reagent.reagent_accession |
Indexes
| Name | Column | Description |
|---|---|---|
| PRIMARY | expsample_accession | BTREE |
| PRIMARY | reagent_accession | BTREE |
| idx_expsample_2_reagent | reagent_accession | BTREE |
| idx_expsample_2_reagent | expsample_accession | BTREE |
Tables that Reference this Table
| Name | Column | Table Reference | Column Reference |
|---|---|---|---|