home / pf

albums_artists

4 rows where artist_id = 9360

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
19606 19606 19399 19399 9360 9360
21141 21141 21011 21011 9360 9360
24360 24360 24246 24246 9360 9360
25823 25823 25724 25724 9360 9360

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