home / pf

albums_artists

4 rows where artist_id = 1155

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
1257 1257 1180 1180 1155 1155
6423 6423 6131 6131 1155 1155
13445 13445 13092 13092 1155 1155
20839 20839 20688 20688 1155 1155

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