home / AnalInfo

chain_analysis

3 rows where named_chains_id = 15

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link rowid ▼ analysis_id named_chains_id
867 867 KMS 2017 (PreSchool) 0930023701 KMSPreschool 15
869 869 KMS 2018 (PreSchool) 0930023801 KMSPreschool 15
871 871 KMS 2019 (PreSchool) 0930023901 KMSPreschool 15

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.839ms