home / pf

albums_artists

4 rows where artist_id = 6674

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
12178 12178 11840 11840 6674 6674
14669 14669 14314 14314 6674 6674
16055 16055 15727 15727 6674 6674
19102 19102 18878 18878 6674 6674

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