2 rows where spotset_id = 38

View and edit SQL

Link spotset_id media_id
Brand Community Network (BCN) (8) 38 Autobahn Touchpoint Travelboard BI_6_000
Brand Community Network (BCN) (8) 38 Mall Touchpoint  BJ_0_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)
);