home / pf

albums_artists

9 rows where artist_id = 2662

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
3384 3384 3193 3193 2662 2662
7622 7622 7315 7315 2662 2662
12168 12168 11830 11830 2662 2662
13692 13692 13341 13341 2662 2662
15293 15293 14949 14949 2662 2662
15539 15539 15198 15198 2662 2662
23652 23652 23546 23546 2662 2662
25711 25711 25611 25611 2662 2662
26804 26804 26669 26669 2662 2662

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