chain_analysis
2 rows where named_chains_id = 34
This data as json, copyable, CSV (advanced)
| Link | rowid ▼ | analysis_id | named_chains_id |
|---|---|---|---|
| 38 | 38 | AWA Herbst 2020 0010074001 | AWAWellen 34 |
| 40 | 40 | AWA Sommer 2020 - Frühjahr 2021 0010084101 | AWAWellen 34 |
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) );