albums_artists
3 rows where artist_id = 8635
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | artist_id |
|---|---|---|---|
| 17643 | 17643 | 17348 17348 | 8635 8635 |
| 20043 | 20043 | 19860 19860 | 8635 8635 |
| 20932 | 20932 | 20784 20784 | 8635 8635 |
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) );