home / pf

albums_labels

5 rows where label_id = 3629

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
18272 18272 16180 16180 Cloud 3629
21853 21853 19487 19487 Cloud 3629
25189 25189 22615 22615 Cloud 3629
27748 27748 25035 25035 Cloud 3629
28297 28297 25537 25537 Cloud 3629

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