home / pf

reviews_authors

4 rows where author_id = 559

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
25982 25982 <em>Debbie’s Son</em> 25978 Samuel Hyland 559
26083 26083 <em>The Twits</em> 26079 Samuel Hyland 559
26278 26278 <em>Walls Have Ears</em> 26274 Samuel Hyland 559
26365 26365 <em>Truest</em> 26361 Samuel Hyland 559

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