home / pf

albums_artists

4 rows where artist_id = 7688

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
15015 15015 14668 14668 7688 7688
20378 20378 20210 20210 7688 7688
21716 21716 21605 21605 7688 7688
23937 23937 23823 23823 7688 7688

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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)
);
Powered by Datasette · Queries took 65.27ms