reviews_authors
2 rows where author_id = 277
This data as json, CSV (advanced)
| Link | rowid ▼ | review_id | author_id |
|---|---|---|---|
| 2707 | 2707 | <em>Head Above the Water</em> 2707 | Graeme Thomson 277 |
| 3576 | 3576 | <em>Like the River Loves the Sea</em> 3576 | Graeme Thomson 277 |
Advanced export
JSON shape: default, array, newline-delimited
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) );