home / pf

reviews_albums

3 rows where review_id = 6109

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id album_id
6305 6305 Here Come the Warm Jets / Taking Tiger Mountain (By Strategy) / Before and After Science 6109 6305 6305
6306 6306 Here Come the Warm Jets / Taking Tiger Mountain (By Strategy) / Before and After Science 6109 6306 6306
6307 6307 Here Come the Warm Jets / Taking Tiger Mountain (By Strategy) / Before and After Science 6109 6307 6307

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