Study_2_Protocol
Join table that associates STUDY and PROTOCOL.
Columns
| Name | Type | Description | Foreign Key |
|---|---|---|---|
| study_accession | varchar(15) | Foreign key reference to the STUDY table | study.study_accession |
| protocol_accession | varchar(15) | Foreign key reference to the PROTOCOL table | protocol.protocol_accession |
Indexes
| Name | Column | Description |
|---|---|---|
| PRIMARY | study_accession | BTREE |
| PRIMARY | protocol_accession | BTREE |
| fk_study_2_protocol_2 | protocol_accession | BTREE |
Tables that Reference this Table
| Name | Column | Table Reference | Column Reference |
|---|---|---|---|