home / pf

albums_artists

5 rows where artist_id = 472

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
484 484 463 463 472 472
5093 5093 4850 4850 472 472
13392 13392 13042 13042 472 472
22756 22756 22666 22666 472 472
25387 25387 25291 25291 472 472

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