reviews_authors
3 rows where author_id = 436
This data as json, CSV (advanced)
| Link | rowid ▼ | review_id | author_id |
|---|---|---|---|
| 7305 | 7305 | <em>Songs in the Key of Life</em> 7305 | Alan Light 436 |
| 7718 | 7718 | <em>Around the World in a Day</em> 7718 | Alan Light 436 |
| 25413 | 25413 | <em>The Gold Experience</em> 25409 | Alan Light 436 |
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) );