home / pf

albums_artists

4 rows where artist_id = 6756

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
12344 12344 12008 12008 6756 6756
19115 19115 18891 18891 6756 6756
24064 24064 23954 23954 6756 6756
25453 25453 25353 25353 6756 6756

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