home / pf

albums_artists

3 rows where album_id = 27378

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
27565 27565 27378 27378 11917 11917
27566 27566 27378 27378 11918 11918
27567 27567 27378 27378 1728 1728

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.082ms