home / pf

albums_artists

4 rows where artist_id = 7969

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
15882 15882 15538 15538 7969 7969
17572 17572 17276 17276 7969 7969
18541 18541 18282 18282 7969 7969
19861 19861 19668 19668 7969 7969

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