home / pf

albums_labels

4 rows where album_id = 11718

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ album_id label_id
13314 13314 11718 11718 RCA 29
13315 13315 11718 11718 Vice 2031
13316 13316 11718 11718 Mad Decent 864
13317 13317 11718 11718 Berhane Sound System 2989

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