home / pf

albums_artists

4 rows where artist_id = 8688

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
17750 17750 17456 17456 8688 8688
20479 20479 20315 20315 8688 8688
23463 23463 23357 23357 8688 8688
23518 23518 23413 23413 8688 8688

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