albums_labels
4 rows where label_id = 4169
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 21617 | 21617 | 19274 19274 | The Worker's Institute 4169 |
| 22075 | 22075 | 19693 19693 | The Worker's Institute 4169 |
| 22407 | 22407 | 19995 19995 | The Worker's Institute 4169 |
| 23338 | 23338 | 20865 20865 | The Worker's Institute 4169 |
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) );