home / pf

albums_artists

4 rows where artist_id = 6389

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
11485 11485 11148 11148 6389 6389
22941 22941 22844 22844 6389 6389
23918 23918 23803 23803 6389 6389
25841 25841 25742 25742 6389 6389

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