home / pf

albums_artists

3 rows where artist_id = 4364

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
6805 6805 6508 6508 4364 4364
10314 10314 9970 9970 4364 4364
12748 12748 12409 12409 4364 4364

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