home / pf

albums_labels

5 rows where label_id = 1254

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
3439 3439 3006 3006 Phantasy 1254
6203 6203 5400 5400 Phantasy 1254
6532 6532 5685 5685 Phantasy 1254
11021 11021 9653 9653 Phantasy 1254
15628 15628 13802 13802 Phantasy 1254

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