home / pf

albums_labels

5 rows where label_id = 1462

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
4345 4345 3794 3794 Be With 1462
7057 7057 6144 6144 Be With 1462
7754 7754 6750 6750 Be With 1462
8624 8624 7521 7521 Be With 1462
10181 10181 8908 8908 Be With 1462

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