home / pf

albums_artists

4 rows where artist_id = 7613

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
14790 14790 14436 14436 7613 7613
17483 17483 17189 17189 7613 7613
20009 20009 19824 19824 7613 7613
23843 23843 23734 23734 7613 7613

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