home / pf

albums_artists

4 rows where artist_id = 4954

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
8198 8198 7878 7878 4954 4954
15662 15662 15324 15324 4954 4954
18657 18657 18408 18408 4954 4954
20907 20907 20758 20758 4954 4954

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