albums_artists
3 rows where artist_id = 8074
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | artist_id |
|---|---|---|---|
| 16137 | 16137 | 15811 15811 | 8074 8074 |
| 19067 | 19067 | 18842 18842 | 8074 8074 |
| 21418 | 21418 | 21296 21296 | 8074 8074 |
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) );