home / pf

albums_artists

4 rows where artist_id = 8725

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
17829 17829 17538 17538 8725 8725
19715 19715 19518 19518 8725 8725
23135 23135 23034 23034 8725 8725
24119 24119 24009 24009 8725 8725

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