albums_artists
3 rows where artist_id = 6240
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | artist_id |
|---|---|---|---|
| 11120 | 11120 | 10781 10781 | 6240 6240 |
| 17392 | 17392 | 17096 17096 | 6240 6240 |
| 21450 | 21450 | 21330 21330 | 6240 6240 |
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) );