Experiment_2_Protocol
Join table that associates EXPERIMENT with PROTOCOL table records.
Columns
Name |
Type |
Description |
Foreign Key |
experiment_accession |
varchar(15) |
Foreign key reference to EXPERIMENT table |
experiment.experiment_accession |
protocol_accession |
varchar(15) |
Foreign key reference to PROTOCOL table |
protocol.protocol_accession |
Indexes
Name |
Column |
Description |
PRIMARY |
experiment_accession |
BTREE |
PRIMARY |
protocol_accession |
BTREE |
idx_experiment_2_protocol |
protocol_accession |
BTREE |
idx_experiment_2_protocol |
experiment_accession |
BTREE |
Tables that Reference this Table
Name |
Column |
Table Reference |
Column Reference |
|
|
|
|