home / pf

albums_artists

4 rows where artist_id = 8629

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
17631 17631 17336 17336 8629 8629
20317 20317 20147 20147 8629 8629
23217 23217 23113 23113 8629 8629
23218 23218 23114 23114 8629 8629

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