albums_artists
3 rows where artist_id = 6718
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | artist_id |
|---|---|---|---|
| 12263 | 12263 | 11926 11926 | 6718 6718 |
| 15955 | 15955 | 15616 15616 | 6718 6718 |
| 18863 | 18863 | 18620 18620 | 6718 6718 |
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) );