home / pf

albums_labels

7 rows where label_id = 581

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
1110 1110 954 954 Glitterbeat 581
3727 3727 3249 3249 Glitterbeat 581
4118 4118 3609 3609 Glitterbeat 581
5313 5313 4627 4627 Glitterbeat 581
6983 6983 6078 6078 Glitterbeat 581
8175 8175 7123 7123 Glitterbeat 581
11089 11089 9704 9704 Glitterbeat 581

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