home / pf

reviews_albums

1 row where album_id = 22318

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id album_id
22321 22321 Discreet Music / Ambient 1: Music for Airports / Ambient 2: The Plateaux of Mirror / Ambient 4: On Land 21351 22318 22318

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE reviews_albums (
	review_id integer NOT NULL,
	album_id integer NOT NULL,
	FOREIGN KEY(review_id) REFERENCES reviews(id),
	FOREIGN KEY(album_id) REFERENCES albums(id),
	UNIQUE(review_id, album_id)
);
Powered by Datasette · Queries took 62.108ms