home / pf

albums_labels

5 rows where label_id = 2069

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
7308 7308 6356 6356 Rostrum 2069
13081 13081 11495 11495 Rostrum 2069
13776 13776 12137 12137 Rostrum 2069
15155 15155 13386 13386 Rostrum 2069
16127 16127 14239 14239 Rostrum 2069

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.719ms