home / pf

albums_labels

4 rows where label_id = 774

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
1710 1710 1490 1490 Sahel Sounds 774
2218 2218 1931 1931 Sahel Sounds 774
4568 4568 3989 3989 Sahel Sounds 774
4812 4812 4203 4203 Sahel Sounds 774

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