home / pf

albums_artists

4 rows where artist_id = 6083

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
10795 10795 10458 10458 6083 6083
16908 16908 16598 16598 6083 6083
20670 20670 20508 20508 6083 6083
21969 21969 21869 21869 6083 6083

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