home / pf

albums_artists

3 rows where artist_id = 8161

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
16346 16346 16031 16031 8161 8161
18335 18335 18060 18060 8161 8161
20148 20148 19971 19971 8161 8161

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