home / pf

albums_artists

4 rows where artist_id = 7039

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
13179 13179 12839 12839 7039 7039
15498 15498 15155 15155 7039 7039
20029 20029 19847 19847 7039 7039
23114 23114 23013 23013 7039 7039

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