home / pf

albums_artists

4 rows where artist_id = 6141

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
10917 10917 10576 10576 6141 6141
11997 11997 11656 11656 6141 6141
15116 15116 14771 14771 6141 6141
15788 15788 15449 15449 6141 6141

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