home / pf

albums_artists

8 rows where artist_id = 9297

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
19444 19444 19227 19227 9297 9297
19853 19853 19659 19659 9297 9297
20741 20741 20583 20583 9297 9297
20742 20742 20584 20584 9297 9297
20743 20743 20585 20585 9297 9297
20744 20744 20586 20586 9297 9297
20745 20745 20587 20587 9297 9297
25896 25896 25798 25798 9297 9297

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