home / pf

albums_artists

4 rows where artist_id = 8609

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
17579 17579 17283 17283 8609 8609
21864 21864 21760 21760 8609 8609
25745 25745 25645 25645 8609 8609
26330 26330 26225 26225 8609 8609

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