home / sidx_000

UriReference

38 rows where target = 95

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

Link content target why
27,95,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
27,95,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
27,95,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
27,95,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
27,95,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
27,95,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
27,95,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
27,95,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
27,95,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
200,95,None 200 200 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
200,95,None 200 200 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
200,95,None 200 200 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
200,95,None 200 200 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
227,95,None 227 227 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
227,95,None 227 227 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
227,95,None 227 227 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
227,95,None 227 227 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
250,95,None 250 250 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
250,95,None 250 250 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
250,95,None 250 250 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
250,95,None 250 250 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
250,95,None 250 250 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
405,95,None 405 405 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
405,95,None 405 405 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
405,95,None 405 405 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
405,95,None 405 405 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
405,95,None 405 405 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
405,95,None 405 405 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
405,95,None 405 405 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
405,95,None 405 405 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
464,95,None 464 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
464,95,None 464 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
464,95,None 464 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
464,95,None 464 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
464,95,None 464 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
464,95,None 464 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
464,95,None 464 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  
464,95,None 464 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/ 95  

Advanced export

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

CSV options:

CREATE TABLE UriReference(
    content INTEGER,
    target INTEGER,
    why INTEGER,
    PRIMARY KEY (content, target, why),
    FOREIGN KEY(content) REFERENCES Hash(id),
    FOREIGN KEY(target) REFERENCES Str(id), /* E.g. Uri or Path */
    FOREIGN KEY(why) REFERENCES Str(id) /* E.g. "href" */
);
CREATE INDEX UriReferenceIdx
ON UriReference(target, content);
Powered by Datasette · Queries took 53.04ms