home / pf

albums_labels

6 rows where label_id = 4081

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
21062 21062 18769 18769 Eastern Developments 4081
21741 21741 19389 19389 Eastern Developments 4081
22434 22434 20019 20019 Eastern Developments 4081
23661 23661 21165 21165 Eastern Developments 4081
24148 24148 21624 21624 Eastern Developments 4081
26655 26655 24022 24022 Eastern Developments 4081

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