home / PuP_PoC_groups

screengroup_screens

2 rows where screen = 10014168

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link screengroup screen
569,10014168 McFIT Hohenfelde - all screens 569 10014168 - Functional Screen 2 10014168
802,10014168 McFit - all screens 802 10014168 - Functional Screen 2 10014168

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