home / pf

albums_artists

5 rows where artist_id = 616

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
636 636 611 611 616 616
6727 6727 6435 6435 616 616
8330 8330 8010 8010 616 616
8338 8338 8016 8016 616 616
8340 8340 8017 8017 616 616

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