home / pf

reviews_authors

4 rows where author_id = 201

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
1077 1077 <em>Live From Blackalachia</em> 1077 Kelly Liu 201
1388 1388 <em>Love Will Be Reborn</em> 1388 Kelly Liu 201
1422 1422 <em>Twin Plagues</em> 1422 Kelly Liu 201
1499 1499 <em>Banned</em> 1499 Kelly Liu 201

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