home / pf

reviews_authors

5 rows where author_id = 132

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
354 354 <em>V O R T E X</em> 354 Tatiana Rodriguez 132
25417 25417 <em>Thanks 4 Nothing</em> 25413 Tatiana Rodriguez 132
25484 25484 <em>Exodus the North Star</em> EP  25480 Tatiana Rodriguez 132
25711 25711 <em>Guy</em> 25707 Tatiana Rodriguez 132
25761 25761 <em>Data</em> 25757 Tatiana Rodriguez 132

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