albums_artists
3 rows where artist_id = 727
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | artist_id |
|---|---|---|---|
| 757 | 757 | 719 719 | 727 727 |
| 5364 | 5364 | 5112 5112 | 727 727 |
| 8078 | 8078 | 7764 7764 | 727 727 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE albums_artists ( album_id integer NOT NULL, artist_id integer NOT NULL, FOREIGN KEY(artist_id) REFERENCES artists(id), FOREIGN KEY(album_id) REFERENCES albums(id), UNIQUE(album_id, artist_id) );