home / pf

albums_labels

4 rows where label_id = 197

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
274 274 238 238 Soma 197
21581 21581 19241 19241 Soma 197
22400 22400 19988 19988 Soma 197
29096 29096 26251 26251 Soma 197

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