home / sidx

UriReference

14 rows where target = 436

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
1453 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
1454 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
1455 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
1456 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
1457 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
1458 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
1459 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
1460 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
1461 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
1462 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
1463 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
1464 blake3-CUhXtuTTgYc9gKqXQ561SOqZpr2faK+3Xf0c/R9Liw0= 39 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
25421 blake3-ZcTtAifoqJjFBGD6/jKi8QBRa3B2Zm7zhATWQgz3Vt4= 8466 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
25844 blake3-ZcTtAifoqJjFBGD6/jKi8QBRa3B2Zm7zhATWQgz3Vt4= 8466 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436 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 22.868ms