home / pf

albums_labels

4 rows where label_id = 4925

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
27338 27338 24651 24651 Twisted Nerve 4925
28498 28498 25725 25725 Twisted Nerve 4925
28509 28509 25733 25733 Twisted Nerve 4925
28597 28597 25813 25813 Twisted Nerve 4925

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