home / pf

albums_labels

4 rows where label_id = 3876

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
19783 19783 17625 17625 Joseph Arthur 3876
19784 19784 17626 17626 Joseph Arthur 3876
19785 19785 17627 17627 Joseph Arthur 3876
19786 19786 17628 17628 Joseph Arthur 3876

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