spotset_frequencies
3 rows where spotset_id = 50
This data as json, copyable, CSV (advanced)
| Link | spotset_id | frequency_id |
|---|---|---|
| 50,1 | Ströer (7) 50 | 1 1 |
| 50,5 | Ströer (7) 50 | 5 5 |
| 50,19 | Ströer (7) 50 | 19 19 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE spotset_frequencies ( spotset_id INTEGER NOT NULL, frequency_id INTEGER NOT NULL, PRIMARY KEY (spotset_id, frequency_id), FOREIGN KEY(spotset_id) REFERENCES spotset (id), FOREIGN KEY(frequency_id) REFERENCES frequency (id) );