home / pf

albums_artists

4 rows where artist_id = 6952

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
12915 12915 12573 12573 6952 6952
22964 22964 22868 22868 6952 6952
23901 23901 23787 23787 6952 6952
25369 25369 25272 25272 6952 6952

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