home / pf

albums_artists

4 rows where artist_id = 9065

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
18793 18793 18550 18550 9065 9065
22320 22320 22230 22230 9065 9065
24386 24386 24273 24273 9065 9065
25795 25795 25696 25696 9065 9065

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 74.947ms