home / pf

albums_artists

4 rows where artist_id = 9040

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
18717 18717 18473 18473 9040 9040
19559 19559 19346 19346 9040 9040
19560 19560 19347 19347 9040 9040
19561 19561 19348 19348 9040 9040

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