home / pf

albums_artists

4 rows where artist_id = 6131

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
10896 10896 10555 10555 6131 6131
15904 15904 15563 15563 6131 6131
17281 17281 16977 16977 6131 6131
18269 18269 17990 17990 6131 6131

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