home / sidx

UriReference

1 row where target = 13792

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
25616 blake3-f2odOfQPUd8SVvrFVnBo3k23xEEO8D7+xGcF3fAcZV4= 8408 https://developer.download.nvidia.com/compute/cuda/redist/mft_oem/ 13792 href 987

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "UriReference" (
	"content"	INTEGER NOT NULL,
	"target"	INTEGER,
	"why"	INTEGER,
	"id"	INTEGER,
	CONSTRAINT "NoDupRefs" UNIQUE("content","target","why"),
	PRIMARY KEY("id"),
	FOREIGN KEY("content") REFERENCES "Hash"("id"),
	FOREIGN KEY("target") REFERENCES "Str"("id"),
	FOREIGN KEY("why") REFERENCES "Str"("id")
) STRICT;
CREATE INDEX UriReferenceIdx
ON UriReference(target, content);
Powered by Datasette · Queries took 63.428ms