home / pf

albums_labels

3 rows where album_id = 2818

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
3221 3221 2818 2818 Dark Green 1200
3222 3222 2818 2818 R&R Digital 1201
3223 3223 2818 2818 Warner 38

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