albums_artists
4 rows where artist_id = 8115
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | artist_id |
|---|---|---|---|
| 16235 | 16235 | 15914 15914 | 8115 8115 |
| 16929 | 16929 | 16621 16621 | 8115 8115 |
| 19796 | 19796 | 19601 19601 | 8115 8115 |
| 21367 | 21367 | 21244 21244 | 8115 8115 |
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) );