home / PuP_PoC_groups

screengroup_screens

1 row where screengroup = 527

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link screengroup screen
527,10015581 REWE Steendiek 16 - all screens 527 10015581 - REWE Steendiek 16 10015581

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE screengroup_screens (
	screengroup INTEGER NOT NULL, 
	screen VARCHAR(8) NOT NULL, 
	PRIMARY KEY (screengroup, screen), 
	FOREIGN KEY(screengroup) REFERENCES screengroup (id), 
	FOREIGN KEY(screen) REFERENCES screen (id)
);
Powered by Datasette · Queries took 7.493ms