home / pf

albums_labels

4 rows where label_id = 2047

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
7196 7196 6263 6263 Infinite Best 2047
11426 11426 9996 9996 Infinite Best 2047
14814 14814 13084 13084 Infinite Best 2047
17534 17534 15495 15495 Infinite Best 2047

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