home / pf

albums_artists

4 rows where artist_id = 10621

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
23496 23496 23390 23390 10621 10621
25548 25548 25449 25449 10621 10621
25681 25681 25581 25581 10621 10621
26150 26150 26047 26047 10621 10621

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