home / pf

albums_artists

4 rows where artist_id = 6102

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
10847 10847 10510 10510 6102 6102
12571 12571 12231 12231 6102 6102
14053 14053 13699 13699 6102 6102
15735 15735 15398 15398 6102 6102

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