home / pf

albums_labels

3 rows where label_id = 1372

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
3893 3893 3402 3402 Objects Limited 1372
6969 6969 6065 6065 Objects Limited 1372
7288 7288 6340 6340 Objects Limited 1372

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