reviews_authors
1 row where review_id = 8031
This data as json, CSV (advanced)
| Link | rowid ▼ | review_id | author_id |
|---|---|---|---|
| 8031 | 8031 | My Life in a Hole in the Ground/Environmental Studies/Drastic Season/Off the Beaten Track 8031 | Andy Beta 230 |
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) );