home / pf

albums_artists

3 rows where artist_id = 2843

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
3708 3708 3508 3508 2843 2843
7170 7170 6871 6871 2843 2843
27162 27162 27002 27002 2843 2843

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