albums_labels
3 rows where label_id = 863
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 2028 | 2028 | 1768 1768 | Counter Intuitive 863 |
| 3210 | 3210 | 2808 2808 | Counter Intuitive 863 |
| 4412 | 4412 | 3850 3850 | Counter Intuitive 863 |
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) );