albums_labels
6 rows where label_id = 3829
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 19577 | 19577 | 17424 17424 | Strange Famous 3829 |
| 20677 | 20677 | 18424 18424 | Strange Famous 3829 |
| 25345 | 25345 | 22768 22768 | Strange Famous 3829 |
| 25346 | 25346 | 22769 22769 | Strange Famous 3829 |
| 25347 | 25347 | 22770 22770 | Strange Famous 3829 |
| 25348 | 25348 | 22771 22771 | Strange Famous 3829 |
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) );