home / pf

albums_labels

2 rows where album_id = 11702

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
13297 13297 11702 11702 Transgressive 189
13298 13298 11702 11702 Twenty-First Chapter 2986

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