home / pf

albums_artists

3 rows where album_id = 20688

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
20838 20838 20688 20688 9771 9771
20839 20839 20688 20688 1155 1155
20840 20840 20688 20688 9772 9772

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