home / pf

albums_artists

3 rows where artist_id = 8724

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
17823 17823 17532 17532 8724 8724
17824 17824 17533 17533 8724 8724
18905 18905 18664 18664 8724 8724

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