home / pf

albums_labels

5 rows where label_id = 4292

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
22468 22468 20051 20051 Idea 4292
24340 24340 21806 21806 Idea 4292
25867 25867 23265 23265 Idea 4292
26468 26468 23838 23838 Idea 4292
27269 27269 24584 24584 Idea 4292

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