home / pf

albums_labels

6 rows where label_id = 497

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
893 893 764 764 Studio Barnhus 497
894 894 765 765 Studio Barnhus 497
4717 4717 4117 4117 Studio Barnhus 497
4913 4913 4294 4294 Studio Barnhus 497
5635 5635 4903 4903 Studio Barnhus 497
8647 8647 7539 7539 Studio Barnhus 497

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