home / pf

albums_artists

4 rows where artist_id = 5318

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
9079 9079 8739 8739 5318 5318
12995 12995 12652 12652 5318 5318
14617 14617 14262 14262 5318 5318
16980 16980 16672 16672 5318 5318

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.363ms