home / pf

albums_artists

4 rows where artist_id = 7187

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
13533 13533 13181 13181 7187 7187
22122 22122 22025 22025 7187 7187
25333 25333 25233 25233 7187 7187
25772 25772 25673 25673 7187 7187

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