home / pf

albums_labels

8 rows where label_id = 779

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
1724 1724 1502 1502 Prophecy 779
11843 11843 10364 10364 Prophecy 779
12361 12361 10835 10835 Prophecy 779
14670 14670 12956 12956 Prophecy 779
14787 14787 13058 13058 Prophecy 779
14967 14967 13216 13216 Prophecy 779
15947 15947 14078 14078 Prophecy 779
17407 17407 15379 15379 Prophecy 779

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.191ms