albums_labels
3 rows where label_id = 3610
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 18102 | 18102 | 16024 16024 | High Wire 3610 |
| 19961 | 19961 | 17790 17790 | High Wire 3610 |
| 22794 | 22794 | 20350 20350 | High Wire 3610 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE albums_labels ( album_id integer NOT NULL, label_id integer NOT NULL, FOREIGN KEY(album_id) REFERENCES albums(id), FOREIGN KEY(label_id) REFERENCES labels(id), UNIQUE(album_id,label_id) );