home / pf

albums_labels

6 rows where label_id = 2694

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
11233 11233 9827 9827 Rocket Girl 2694
14846 14846 13116 13116 Rocket Girl 2694
17241 17241 15238 15238 Rocket Girl 2694
17551 17551 15509 15509 Rocket Girl 2694
26812 26812 24170 24170 Rocket Girl 2694
28080 28080 25341 25341 Rocket Girl 2694

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.482ms