home / pf

albums_labels

7 rows where label_id = 464

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
816 816 690 690 Communion 464
11445 11445 10011 10011 Communion 464
12542 12542 11004 11004 Communion 464
24685 24685 22129 22129 Communion 464
28284 28284 25524 25524 Communion 464
28443 28443 25675 25675 Communion 464
28900 28900 26086 26086 Communion 464

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