reviews_authors
12 rows where author_id = 184
This data as json, CSV (advanced)
| Link | rowid ▼ | review_id | author_id |
|---|---|---|---|
| 900 | 900 | <em>Flute Music</em> 900 | Colin Lodewick 184 |
| 951 | 951 | <em>Glitch Princess</em> 951 | Colin Lodewick 184 |
| 1556 | 1556 | <em>Será que ahora podremos entendernos</em> 1556 | Colin Lodewick 184 |
| 2434 | 2434 | <em>Shabrang</em> 2434 | Colin Lodewick 184 |
| 3042 | 3042 | <em>Look At Us Now Dad</em> 3042 | Colin Lodewick 184 |
| 3266 | 3266 | <em>Labyrinth</em> 3266 | Colin Lodewick 184 |
| 3293 | 3293 | <em>La Linda</em> 3293 | Colin Lodewick 184 |
| 3364 | 3364 | <em>Boundary Road Snacks and Drinks EP</em> 3364 | Colin Lodewick 184 |
| 3504 | 3504 | <em>Entre Los Dos EP</em> 3504 | Colin Lodewick 184 |
| 3566 | 3566 | <em>About Us</em> 3566 | Colin Lodewick 184 |
| 3665 | 3665 | <em>Live on Ice</em> 3665 | Colin Lodewick 184 |
| 25963 | 25963 | <em>Powders</em> 25959 | Colin Lodewick 184 |
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) );