home / pf

reviews_authors

4 rows where author_id = 561

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
25996 25996 <em>Perfect Picture</em> 25992 Peyton Toups 561
26081 26081 <em>touched by an angel</em> 26077 Peyton Toups 561
26183 26183 <em>crux</em> 26179 Peyton Toups 561
26270 26270 <em>Allina</em> EP 26266 Peyton Toups 561

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