Lab_Test_Panel_2_Protocol
Join table that associates LAB_TEST_PANEL with PROTOCOL.
Columns
| Name | Type | Description | Foreign Key |
|---|---|---|---|
| lab_test_panel_accession | varchar(15) | Foreign key reference to LAB_TEST_PANEL table | lab_test_panel.lab_test_panel_accession |
| protocol_accession | varchar(15) | Foreign key reference to PROTOCOL table | protocol.protocol_accession |
Indexes
| Name | Column | Description |
|---|---|---|
| PRIMARY | lab_test_panel_accession | BTREE |
| PRIMARY | protocol_accession | BTREE |
| idx_lab_test_2_protocol | protocol_accession | BTREE |
| idx_lab_test_2_protocol | lab_test_panel_accession | BTREE |
Tables that Reference this Table
| Name | Column | Table Reference | Column Reference |
|---|---|---|---|