home / pf

reviews_authors

5 rows where author_id = 473

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
8598 8598 <em>Radiance and Submission</em> 8598 Clayton Purdom 473
8796 8796 <em>Fundamentals</em> 8796 Clayton Purdom 473
8857 8857 <em>Fated</em> 8857 Clayton Purdom 473
8922 8922 <em>The Alchemist and Oh No Present: Welcome to Los Santos</em> 8922 Clayton Purdom 473
9425 9425 <em>If There's a Hell Below</em> 9425 Clayton Purdom 473

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