home / pf

albums_artists

4 rows where artist_id = 6462

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
11680 11680 11341 11341 6462 6462
16464 16464 16151 16151 6462 6462
24128 24128 24018 24018 6462 6462
25491 25491 25390 25390 6462 6462

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.268ms