home / pf

albums_artists

4 rows where artist_id = 9262

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
19339 19339 19122 19122 9262 9262
21070 21070 20932 20932 9262 9262
24165 24165 24056 24056 9262 9262
25317 25317 25217 25217 9262 9262

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