home / pf

albums_labels

5 rows where label_id = 1440

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
4231 4231 3700 3700 Wilsuns RC 1440
7337 7337 6379 6379 Wilsuns RC 1440
8081 8081 7036 7036 Wilsuns RC 1440
9370 9370 8192 8192 Wilsuns RC 1440
10601 10601 9279 9279 Wilsuns RC 1440

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