home / pf

albums_labels

5 rows where label_id = 2327

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
8817 8817 7696 7696 130701 2327
8831 8831 7710 7710 130701 2327
12070 12070 10568 10568 130701 2327
16785 16785 14823 14823 130701 2327
17078 17078 15093 15093 130701 2327

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