home / pf

albums_artists

4 rows where artist_id = 8258

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
16623 16623 16312 16312 8258 8258
20808 20808 20651 20651 8258 8258
23154 23154 23053 23053 8258 8258
25124 25124 25019 25019 8258 8258

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