home / pf

albums_artists

4 rows where artist_id = 4746

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
7678 7678 7372 7372 4746 4746
14337 14337 13980 13980 4746 4746
16314 16314 16000 16000 4746 4746
17104 17104 16804 16804 4746 4746

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