home / pf

albums_artists

3 rows where album_id = 26506

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
26621 26621 26506 26506 11600 11600
26622 26622 26506 26506 1287 1287
26623 26623 26506 26506 11601 11601

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