home / pf

albums_artists

4 rows where artist_id = 9582

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
20271 20271 20096 20096 9582 9582
22333 22333 22244 22244 9582 9582
22648 22648 22555 22555 9582 9582
25522 25522 25422 25422 9582 9582

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.975ms