home / pf

albums_labels

7 rows where label_id = 3615

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
18118 18118 16038 16038 World Village 3615
19119 19119 16972 16972 World Village 3615
19177 19177 17030 17030 World Village 3615
21544 21544 19210 19210 World Village 3615
21568 21568 19230 19230 World Village 3615
22827 22827 20380 20380 World Village 3615
24196 24196 21669 21669 World Village 3615

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