home / pf

reviews_albums

2 rows where review_id = 12655

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id album_id
13211 13211 The Hotel Sessions / Laughing All the Way to the Cleaners 12655 13211 13211
13212 13212 The Hotel Sessions / Laughing All the Way to the Cleaners 12655 13212 13212

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE reviews_albums (
	review_id integer NOT NULL,
	album_id integer NOT NULL,
	FOREIGN KEY(review_id) REFERENCES reviews(id),
	FOREIGN KEY(album_id) REFERENCES albums(id),
	UNIQUE(review_id, album_id)
);
Powered by Datasette · Queries took 11.847ms