home / pf

albums_artists

4 rows where artist_id = 7338

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id artist_id
14044 14044 13690 13690 7338 7338
15250 15250 14905 14905 7338 7338
16614 16614 16303 16303 7338 7338
17682 17682 17387 17387 7338 7338

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