home / sidx

UriReference

14 rows where target = 156

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
1747 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
1748 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
1749 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
1750 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
1751 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
1752 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
1753 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
1754 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
1755 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
1756 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
1757 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
1758 blake3-OEXhLILIHnV2YeH++82LEewmk+dTRuXV3FXRQxiFxdE= 46 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
25395 blake3-kfefMkKFY902E/TeQzgzbsdFeluB+hBR7zrj4QMozdE= 8462 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
25783 blake3-kfefMkKFY902E/TeQzgzbsdFeluB+hBR7zrj4QMozdE= 8462 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156 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 33.128ms