home / pf

albums_artists

4 rows where artist_id = 5370

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
9212 9212 8869 8869 5370 5370
18897 18897 18655 18655 5370 5370
22536 22536 22442 22442 5370 5370
22660 22660 22566 22566 5370 5370

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