home / pf

albums_labels

4 rows where album_id = 26458

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
29335 29335 26458 26458 Big Loud 995
29336 29336 26458 26458 Mercury 97
29337 29337 26458 26458 Republic 34
29338 29338 26458 26458 UMG 401

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