home / pf

albums_labels

4 rows where label_id = 475

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
852 852 724 724 Vanner 475
2014 2014 1756 1756 Vanner 475
3962 3962 3463 3463 Vanner 475
8200 8200 7146 7146 Vanner 475

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