home / pf

albums_artists

4 rows where artist_id = 6348

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
11382 11382 11043 11043 6348 6348
14519 14519 14163 14163 6348 6348
19091 19091 18867 18867 6348 6348
19741 19741 19545 19545 6348 6348

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