home / sidx_000

UriReference

30 rows where target = 75

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

Link content target why
27,75,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
27,75,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
27,75,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
27,75,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
27,75,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
27,75,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
27,75,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
27,75,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
27,75,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
162,75,None 162 162 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
162,75,None 162 162 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
162,75,None 162 162 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
162,75,None 162 162 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
162,75,None 162 162 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
219,75,None 219 219 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
219,75,None 219 219 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
219,75,None 219 219 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
219,75,None 219 219 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
219,75,None 219 219 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
727,75,None 727 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
727,75,None 727 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
727,75,None 727 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
727,75,None 727 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
727,75,None 727 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
727,75,None 727 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
790,75,None 790 790 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
790,75,None 790 790 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
790,75,None 790 790 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
790,75,None 790 790 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  
790,75,None 790 790 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/ 75  

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 23.546ms