reviews_authors
3 rows where author_id = 521
This data as json, CSV (advanced)
| Link | rowid ▼ | review_id | author_id |
|---|---|---|---|
| 16109 | 16109 | <em>Songbook</em> 16109 | Kasia Galazka 521 |
| 16254 | 16254 | <em>Night Shot</em> 16254 | Kasia Galazka 521 |
| 16349 | 16349 | <em>Peoria</em> 16349 | Kasia Galazka 521 |
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) );