home / pf

albums_artists

3 rows where artist_id = 4665

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
7470 7470 7166 7166 4665 4665
9885 9885 9538 9538 4665 4665
11190 11190 10852 10852 4665 4665

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