home / pf

albums_labels

5 rows where label_id = 3795

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
19409 19409 17260 17260 Environ 3795
20297 20297 18075 18075 Environ 3795
23372 23372 20897 20897 Environ 3795
24573 24573 22024 22024 Environ 3795
27002 27002 24344 24344 Environ 3795

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