home / pf

albums_artists

4 rows where artist_id = 8597

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
17547 17547 17253 17253 8597 8597
21752 21752 21644 21644 8597 8597
25414 25414 25316 25316 8597 8597
26244 26244 26141 26141 8597 8597

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