home / PuP_PoC_groups

screengroup

1 row where building = 100454080

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

id ▼ title building network
39 Don Matteo - all screens 100454080  

Advanced export

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

CSV options:

CREATE TABLE screengroup (
	id INTEGER NOT NULL, 
	title VARCHAR(250), 
	building VARCHAR, 
	network INTEGER, 
	PRIMARY KEY (id), 
	UNIQUE (id), 
	FOREIGN KEY(building) REFERENCES building (id), 
	FOREIGN KEY(network) REFERENCES network (id)
);
CREATE INDEX ix_screengroup_building ON screengroup (building);
CREATE INDEX ix_screengroup_network ON screengroup (network);
Powered by Datasette · Queries took 10.28ms