home / PUP_Spotconfigs_2022_02

spotset_medias

3 rows where spotset_id = 16

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link spotset_id media_id
16,EH_2_000 HYGH AG 16 City Netzwerk EH_2_000
16,EH_3_000 HYGH AG 16 Premium Netzwerk EH_3_000
16,EH_4_000 HYGH AG 16 POS Netzwerk EH_4_000

Advanced export

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

CSV options:

CREATE TABLE spotset_medias (
	spotset_id INTEGER NOT NULL, 
	media_id VARCHAR(8) NOT NULL, 
	PRIMARY KEY (spotset_id, media_id), 
	FOREIGN KEY(spotset_id) REFERENCES spotset (id), 
	FOREIGN KEY(media_id) REFERENCES media (id)
);
Powered by Datasette · Queries took 5.505ms