home / pf

albums_labels

9 rows where label_id = 3486

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
17133 17133 15143 15143 Schematic 3486
26095 26095 23483 23483 Schematic 3486
26730 26730 24093 24093 Schematic 3486
26935 26935 24283 24283 Schematic 3486
27942 27942 25215 25215 Schematic 3486
28027 28027 25292 25292 Schematic 3486
28130 28130 25384 25384 Schematic 3486
28401 28401 25634 25634 Schematic 3486
28424 28424 25657 25657 Schematic 3486

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