home / pf

reviews_albums

2 rows where review_id = 22428

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id album_id
23450 23450 The Blueprint 2: The Gift and the Curse / Blueprint 2.1 22428 23447 23447
23451 23451 The Blueprint 2: The Gift and the Curse / Blueprint 2.1 22428 23448 23448

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