albums_labels
3 rows where label_id = 441
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 760 | 760 | 644 644 | Positive Jams 441 |
| 2294 | 2294 | 1997 1997 | Positive Jams 441 |
| 29439 | 29439 | 26541 26541 | Positive Jams 441 |
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) );