home / pf

albums_artists

4 rows where artist_id = 9195

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
19162 19162 18941 18941 9195 9195
20023 20023 19841 19841 9195 9195
22731 22731 22639 22639 9195 9195
25236 25236 25132 25132 9195 9195

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