home / pf

albums_artists

4 rows where artist_id = 6463

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
11685 11685 11346 11346 6463 6463
13394 13394 13044 13044 6463 6463
18159 18159 17875 17875 6463 6463
19366 19366 19150 19150 6463 6463

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