home / pf

albums_labels

5 rows where label_id = 1580

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
4876 4876 4260 4260 Alter 1580
5108 5108 4466 4466 Alter 1580
6672 6672 5808 5808 Alter 1580
8554 8554 7457 7457 Alter 1580
10420 10420 9115 9115 Alter 1580

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