home / sidx_000

UriReference

16 rows where content = 724

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target

Link content target why
724,83,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/ 83  
724,83,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/ 83  
724,83,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/ 83  
724,83,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/ 83  
724,83,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/ 83  
724,83,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/ 83  
724,83,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/ 83  
724,83,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/ 83  
724,847,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/windows-x86_64/nsight_nvtx-windows-x86_64-1.21018621-archive.zip 847  
724,847,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/windows-x86_64/nsight_nvtx-windows-x86_64-1.21018621-archive.zip 847  
724,847,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/windows-x86_64/nsight_nvtx-windows-x86_64-1.21018621-archive.zip 847  
724,847,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/windows-x86_64/nsight_nvtx-windows-x86_64-1.21018621-archive.zip 847  
724,847,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/windows-x86_64/nsight_nvtx-windows-x86_64-1.21018621-archive.zip 847  
724,847,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/windows-x86_64/nsight_nvtx-windows-x86_64-1.21018621-archive.zip 847  
724,847,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/windows-x86_64/nsight_nvtx-windows-x86_64-1.21018621-archive.zip 847  
724,847,None 724 724 https://developer.download.nvidia.com/compute/cuda/redist/nsight_nvtx/windows-x86_64/nsight_nvtx-windows-x86_64-1.21018621-archive.zip 847  

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