home / pf

reviews_authors

3 rows where author_id = 317

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
3762 3762 <em>The ‘Mercury’ Demos</em> 3762 Chris O’Leary 317
4597 4597 Loving the Alien (1983-1988) 4597 Chris O’Leary 317
5846 5846 <em>Wrong Way Up</em> 5846 Chris O’Leary 317

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 44.656ms