home / pf

albums_artists

4 rows where artist_id = 10689

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
23695 23695 23589 23589 10689 10689
24031 24031 23920 23920 10689 10689
24152 24152 24043 24043 10689 10689
24513 24513 24395 24395 10689 10689

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