home / pf

albums_labels

5 rows where label_id = 4221

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
21911 21911 19539 19539 Tumult 4221
26453 26453 23824 23824 Tumult 4221
26557 26557 23925 23925 Tumult 4221
27807 27807 25090 25090 Tumult 4221
28255 28255 25498 25498 Tumult 4221

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