albums_labels
4 rows where label_id = 2338
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 8859 | 8859 | 7733 7733 | Ruffhouse 2338 |
| 14200 | 14200 | 12525 12525 | Ruffhouse 2338 |
| 28890 | 28890 | 26078 26078 | Ruffhouse 2338 |
| 29018 | 29018 | 26190 26190 | Ruffhouse 2338 |
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) );