home / pf

albums_labels

8 rows where label_id = 2494

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
9839 9839 8607 8607 Abduction 2494
16667 16667 14713 14713 Abduction 2494
20010 20010 17832 17832 Abduction 2494
20132 20132 17936 17936 Abduction 2494
20133 20133 17937 17937 Abduction 2494
20134 20134 17938 17938 Abduction 2494
24542 24542 21996 21996 Abduction 2494
28200 28200 25447 25447 Abduction 2494

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