home / pf

albums_artists

4 rows where artist_id = 9078

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
18842 18842 18598 18598 9078 9078
20377 20377 20209 20209 9078 9078
20531 20531 20369 20369 9078 9078
22560 22560 22466 22466 9078 9078

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