home / pf

reviews_authors

5 rows where author_id = 114

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
250 250 <em>Running in Waves</em> 250 Nathan Evans 114
463 463 <em>Yesterday Is Heavy</em> 463 Nathan Evans 114
600 600 <em>Nothing to Declare</em> 600 Nathan Evans 114
685 685 <em>1992</em> 685 Nathan Evans 114
26375 26375 <em>funk​.​BR - S​ã​o Paulo</em> 26371 Nathan Evans 114

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