home / pf

reviews_authors

5 rows where author_id = 471

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
8573 8573 <em>You Never Show Your Love EP</em> 8573 Maud Deitch 471
8718 8718 <em>More Faithful</em> 8718 Maud Deitch 471
8853 8853 <em>Wilder Mind</em> 8853 Maud Deitch 471
9038 9038 <em>Soft Control</em> 9038 Maud Deitch 471
9083 9083 <em>Shadow of the Sun</em> 9083 Maud Deitch 471

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