home / pf

albums_labels

4 rows where label_id = 1905

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
6478 6478 5637 5637 Totally Gross National Product 1905
9111 9111 7967 7967 Totally Gross National Product 1905
11516 11516 10075 10075 Totally Gross National Product 1905
14820 14820 13090 13090 Totally Gross National Product 1905

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