home / pf

albums_labels

2 rows where label_id = 4053

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
20891 20891 18612 18612 Palm Pictures 4053
27688 27688 24979 24979 Palm Pictures 4053

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