albums_labels
4 rows where label_id = 2891
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 12496 | 12496 | 10962 10962 | Revelation 2891 |
| 24465 | 24465 | 21926 21926 | Revelation 2891 |
| 26193 | 26193 | 23575 23575 | Revelation 2891 |
| 26891 | 26891 | 24243 24243 | Revelation 2891 |
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) );