home / pf

albums_artists

6 rows where artist_id = 4404

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
6880 6880 6581 6581 4404 4404
16312 16312 15998 15998 4404 4404
19558 19558 19345 19345 4404 4404
23525 23525 23420 23420 4404 4404
25105 25105 25002 25002 4404 4404
26116 26116 26012 26012 4404 4404

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