home / pf

albums_labels

5 rows where label_id = 2596

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
10536 10536 9221 9221 Recollection GRM 2596
10537 10537 9222 9222 Recollection GRM 2596
14295 14295 12619 12619 Recollection GRM 2596
14296 14296 12620 12620 Recollection GRM 2596
29169 29169 26312 26312 Recollection GRM 2596

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE albums_labels (
	album_id integer NOT NULL,
	label_id integer NOT NULL,
	FOREIGN KEY(album_id) REFERENCES albums(id),
	FOREIGN KEY(label_id) REFERENCES labels(id),
	UNIQUE(album_id,label_id)
);
Powered by Datasette · Queries took 73.965ms