albums_artists
3 rows where artist_id = 6675
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | artist_id |
|---|---|---|---|
| 12180 | 12180 | 11843 11843 | 6675 6675 |
| 12181 | 12181 | 11844 11844 | 6675 6675 |
| 23944 | 23944 | 23830 23830 | 6675 6675 |
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) );