home / pf

albums_artists

4 rows where artist_id = 7119

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
13387 13387 13037 13037 7119 7119
16854 16854 16545 16545 7119 7119
20710 20710 20550 20550 7119 7119
22776 22776 22686 22686 7119 7119

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