reviews_authors
2 rows where author_id = 168
This data as json, CSV (advanced)
| Link | rowid ▼ | review_id | author_id |
|---|---|---|---|
| 640 | 640 | <em>Nervous at Night</em> 640 | Hannah Seidlitz 168 |
| 885 | 885 | <em>Sunk</em> EP 885 | Hannah Seidlitz 168 |
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) );