home / pf

albums_artists

4 rows where artist_id = 7361

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
14101 14101 13746 13746 7361 7361
20679 20679 20517 20517 7361 7361
23303 23303 23199 23199 7361 7361
25266 25266 25164 25164 7361 7361

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