home / pf

albums_labels

4 rows where label_id = 1787

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
5890 5890 5134 5134 Umor Rex 1787
7517 7517 6543 6543 Umor Rex 1787
11954 11954 10461 10461 Umor Rex 1787
12832 12832 11269 11269 Umor Rex 1787

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