home / pf

albums_labels

5 rows where label_id = 1855

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
6257 6257 5448 5448 Cult 1855
8997 8997 7858 7858 Cult 1855
11387 11387 9960 9960 Cult 1855
11452 11452 10017 10017 Cult 1855
12665 12665 11119 11119 Cult 1855

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