home / pf

reviews_authors

4 rows where author_id = 466

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
8440 8440 <em>Ones and Sixes</em> 8440 Corbin Reiff 466
8462 8462 <em>When the Rainbow Disappears: An Anthology 1965-68</em> 8462 Corbin Reiff 466
8567 8567 <em>Pain</em> 8567 Corbin Reiff 466
8601 8601 <em>Subjective Concepts</em> 8601 Corbin Reiff 466

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE reviews_authors (
	review_id integer NOT NULL,
	author_id integer NOT NULL,
	FOREIGN KEY(review_id) REFERENCES reviews(id),
	FOREIGN KEY(author_id) REFERENCES authors(id),
	UNIQUE(review_id,author_id)
);
Powered by Datasette · Queries took 54.204ms