albums_labels
3 rows where label_id = 3041
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 13754 | 13754 | 12117 12117 | Listenable 3041 |
| 19247 | 19247 | 17099 17099 | Listenable 3041 |
| 26993 | 26993 | 24335 24335 | Listenable 3041 |
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) );