home / pf

albums_labels

9 rows where label_id = 3584

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
17891 17891 15824 15824 Palm 3584
22454 22454 20038 20038 Palm 3584
24601 24601 22050 22050 Palm 3584
24868 24868 22304 22304 Palm 3584
24978 24978 22414 22414 Palm 3584
26401 26401 23775 23775 Palm 3584
27393 27393 24704 24704 Palm 3584
27819 27819 25099 25099 Palm 3584
28395 28395 25628 25628 Palm 3584

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