home / pf

albums_artists

4 rows where artist_id = 9057

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
18766 18766 18524 18524 9057 9057
21153 21153 21025 21025 9057 9057
23125 23125 23024 23024 9057 9057
23992 23992 23880 23880 9057 9057

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