reviews_authors
3 rows where author_id = 437
This data as json, CSV (advanced)
| Link | rowid ▼ | review_id | author_id |
|---|---|---|---|
| 7386 | 7386 | The Philips Years 7386 | Carvell Wallace 437 |
| 7461 | 7461 | <em>The Miseducation of Lauryn Hill</em> 7461 | Carvell Wallace 437 |
| 7717 | 7717 | <em>Purple Rain</em> 7717 | Carvell Wallace 437 |
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) );