home / pf

albums_artists

4 rows where artist_id = 10276

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
22508 22508 22412 22412 10276 10276
24934 24934 24825 24825 10276 10276
25884 25884 25786 25786 10276 10276
26205 26205 26103 26103 10276 10276

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