home / pf

reviews_albums

3 rows where review_id = 20674

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id album_id
21601 21601 Seventeen Seconds / Faith / Pornography 20674 21598 21598
21602 21602 Seventeen Seconds / Faith / Pornography 20674 21599 21599
21603 21603 Seventeen Seconds / Faith / Pornography 20674 21600 21600

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