home / pf

albums_labels

5 rows where label_id = 538

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
1012 1012 864 864 Human Re Sources  538
1816 1816 1590 1590 Human Re Sources  538
4214 4214 3684 3684 Human Re Sources  538
5589 5589 4867 4867 Human Re Sources  538
29262 29262 26391 26391 Human Re Sources  538

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