home / pf

albums_labels

4 rows where label_id = 1535

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
4712 4712 4112 4112 Grand Closing 1535
5744 5744 4999 4999 Grand Closing 1535
6511 6511 5665 5665 Grand Closing 1535
6970 6970 6066 6066 Grand Closing 1535

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