home / pf

albums_labels

6 rows where label_id = 2052

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
7235 7235 6296 6296 Three-One-G 2052
23343 23343 20870 20870 Three-One-G 2052
23804 23804 21300 21300 Three-One-G 2052
25226 25226 22652 22652 Three-One-G 2052
26436 26436 23809 23809 Three-One-G 2052
26577 26577 23944 23944 Three-One-G 2052

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