home / pf

reviews_authors

5 rows where author_id = 537

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
23799 23799 <em>The Eminem Show</em> 23795 Ethan P. 537
24248 24248 <em>Run Come Save Me</em> 24244 Ethan P. 537
24334 24334 <em>The Blueprint</em> 24330 Ethan P. 537
24397 24397 <em>The Funky Precedent, Vol. 2</em> 24393 Ethan P. 537
24988 24988 <em>Welcome to the Afterfuture</em> 24984 Ethan P. 537

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