home / pf

albums_artists

5 rows where artist_id = 219

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
225 225 216 216 219 219
479 479 459 459 219 219
17219 17219 16916 16916 219 219
17929 17929 17637 17637 219 219
23450 23450 23345 23345 219 219

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