home / pf

albums_artists

3 rows where album_id = 25325

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
25423 25423 25325 25325 10978 10978
25424 25424 25325 25325 2226 2226
25425 25425 25325 25325 11330 11330

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