home / AnalInfo

chain_analysis

2 rows where named_chains_id = 34

✎ View and edit SQL

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

CSV options:

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)
);
Powered by Datasette · Queries took 7.038ms