chain_analysis
2 rows where analysis_id = 0020111800
This data as json, copyable, CSV (advanced)
| Link | rowid ▼ | analysis_id | named_chains_id |
|---|---|---|---|
| 270 | 270 | MA 98 Radio 2 0020111800 | AllMARadio2 6 |
| 271 | 271 | MA 98 Radio 2 0020111800 | AllMARadioALL 21 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE chain_analysis ( analysis_id VARCHAR(10), named_chains_id INTEGER, FOREIGN KEY(analysis_id) REFERENCES analysis (id), FOREIGN KEY(named_chains_id) REFERENCES named_chains (id) );