home / AnalInfo

chain_analysis

1 row where analysis_id = 0620313501

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link rowid ▼ analysis_id named_chains_id
552 552 Establishment Survey 2015 (Wave 3) 0620313501 NESWellen 25

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 8.329ms