home / pf

albums_artists

4 rows where artist_id = 9594

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
20315 20315 20145 20145 9594 9594
21817 21817 21714 21714 9594 9594
23424 23424 23320 23320 9594 9594
23987 23987 23875 23875 9594 9594

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