albums_labels
4 rows where label_id = 3449
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 16866 | 16866 | 14898 14898 | Hi-Speed Soul 3449 |
| 18859 | 18859 | 16721 16721 | Hi-Speed Soul 3449 |
| 18862 | 18862 | 16722 16722 | Hi-Speed Soul 3449 |
| 20855 | 20855 | 18581 18581 | Hi-Speed Soul 3449 |
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) );