home / pf

reviews_authors

5 rows where author_id = 530

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
19855 19855 <em>The Greatest</em> 19855 Amy Phillips 530
19980 19980 <em>Music From The O.C. Mix 5</em> 19980 Amy Phillips 530
19999 19999 <em>Oh You're So Silent Jens</em> 19999 Amy Phillips 530
20190 20190 <em>Somebody's Miracle</em> 20190 Amy Phillips 530
20200 20200 <em>Birds Make Good Neighbors</em> 20200 Amy Phillips 530

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