albums_labels
3 rows where label_id = 1709
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 5493 | 5493 | 4781 4781 | Mack Avenue 1709 |
| 6972 | 6972 | 6068 6068 | Mack Avenue 1709 |
| 7883 | 7883 | 6862 6862 | Mack Avenue 1709 |
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) );