albums_labels
4 rows where label_id = 4215
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 21897 | 21897 | 19526 19526 | Tree 4215 |
| 26406 | 26406 | 23780 23780 | Tree 4215 |
| 28606 | 28606 | 25820 25820 | Tree 4215 |
| 29071 | 29071 | 26230 26230 | Tree 4215 |
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) );