spotset_medias
1 row where spotset_id = 43
This data as json, copyable, CSV (advanced)
| Link | spotset_id | media_id |
|---|---|---|
| 43,EC_0_000 | Executive Channel Deutschland GmbH (1) 43 | ECN EC_0_000 |
Advanced export
JSON shape: default, array, newline-delimited, object
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) );