home / pf

albums_labels

4 rows where label_id = 1287

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
3570 3570 3112 3112 Dot Dash 1287
16029 16029 14151 14151 Dot Dash 1287
19623 19623 17470 17470 Dot Dash 1287
20887 20887 18608 18608 Dot Dash 1287

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