home / pf

albums_artists

3 rows where artist_id = 5608

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
9716 9716 9370 9370 5608 5608
11514 11514 11177 11177 5608 5608
13472 13472 13120 13120 5608 5608

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