home / pf

albums_labels

4 rows where label_id = 1946

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
6650 6650 5787 5787 Modern Love 1946
11124 11124 9737 9737 Modern Love 1946
12062 12062 10561 10561 Modern Love 1946
12514 12514 10978 10978 Modern Love 1946

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