home / pf

albums_labels

5 rows where label_id = 2668

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
11037 11037 9665 9665 Revenant 2668
15337 15337 13548 13548 Revenant 2668
23206 23206 20737 20737 Revenant 2668
26583 26583 23950 23950 Revenant 2668
27944 27944 25217 25217 Revenant 2668

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