reviews_authors
4 rows where author_id = 218
This data as json, CSV (advanced)
| Link | rowid ▼ | review_id | author_id |
|---|---|---|---|
| 1412 | 1412 | <em>Body Jumper</em> 1412 | Matt Mitchell 218 |
| 1459 | 1459 | <em>House of Lull . House of When</em> 1459 | Matt Mitchell 218 |
| 1512 | 1512 | <em>Blue Heron</em> 1512 | Matt Mitchell 218 |
| 1574 | 1574 | <em>Dark in Here</em> 1574 | Matt Mitchell 218 |
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) );