home / pf

albums_artists

5 rows where artist_id = 807

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
841 841 795 795 807 807
5485 5485 5229 5229 807 807
7030 7030 6731 6731 807 807
9903 9903 9556 9556 807 807
13233 13233 12891 12891 807 807

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