home / pf

albums_labels

4 rows where album_id = 13421

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
15191 15191 13421 13421 DGC 1599
15192 15192 13421 13421 Interscope 51
15193 15193 13421 13421 Shady 315
15194 15194 13421 13421 Ghet-O-Vision 3235

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.728ms