reviews_authors
4 rows where author_id = 334
This data as json, CSV (advanced)
| Link | rowid ▼ | review_id | author_id |
|---|---|---|---|
| 4276 | 4276 | <em>Main Pop Girl 2019</em> 4276 | Ezra Marcus 334 |
| 5139 | 5139 | <em>Compro</em> 5139 | Ezra Marcus 334 |
| 5248 | 5248 | <em>Aphelion EP</em> 5248 | Ezra Marcus 334 |
| 5576 | 5576 | <em>Into One Name</em> 5576 | Ezra Marcus 334 |
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) );