home / pf

albums_artists

3 rows where album_id = 15607

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
15944 15944 15607 15607 5995 5995
15945 15945 15607 15607 6216 6216
15946 15946 15607 15607 7662 7662

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