home / pf

reviews_authors

4 rows where author_id = 270

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
2514 2514 <em>Sun Piano</em> 2514 Nathan Taylor Pemberton 270
2834 2834 <em>My Garden</em> 2834 Nathan Taylor Pemberton 270
3277 3277 <em>Information</em> 3277 Nathan Taylor Pemberton 270
3382 3382 Underground / Loverboy / Odditties Sodomies Vol. 2 3382 Nathan Taylor Pemberton 270

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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)
);
Powered by Datasette · Queries took 58.759ms