home / pf

albums_artists

6 rows where artist_id = 4669

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
7478 7478 7174 7174 4669 4669
12003 12003 11662 11662 4669 4669
13916 13916 13558 13558 4669 4669
17365 17365 17067 17067 4669 4669
19187 19187 18966 18966 4669 4669
19926 19926 19736 19736 4669 4669

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