home / sidx_000

UriReference

9 rows where target = 390

✎ View and edit SQL

This data as json, CSV (advanced)

Link content target why
257,390,None 257 257 https://developer.download.nvidia.com/compute/cuda/redist/cuda_memcheck/windows-x86_64/cuda_memcheck-windows-x86_64-11.7.91-archive.zip 390  
257,390,None 257 257 https://developer.download.nvidia.com/compute/cuda/redist/cuda_memcheck/windows-x86_64/cuda_memcheck-windows-x86_64-11.7.91-archive.zip 390  
257,390,None 257 257 https://developer.download.nvidia.com/compute/cuda/redist/cuda_memcheck/windows-x86_64/cuda_memcheck-windows-x86_64-11.7.91-archive.zip 390  
257,390,None 257 257 https://developer.download.nvidia.com/compute/cuda/redist/cuda_memcheck/windows-x86_64/cuda_memcheck-windows-x86_64-11.7.91-archive.zip 390  
257,390,None 257 257 https://developer.download.nvidia.com/compute/cuda/redist/cuda_memcheck/windows-x86_64/cuda_memcheck-windows-x86_64-11.7.91-archive.zip 390  
257,390,None 257 257 https://developer.download.nvidia.com/compute/cuda/redist/cuda_memcheck/windows-x86_64/cuda_memcheck-windows-x86_64-11.7.91-archive.zip 390  
257,390,None 257 257 https://developer.download.nvidia.com/compute/cuda/redist/cuda_memcheck/windows-x86_64/cuda_memcheck-windows-x86_64-11.7.91-archive.zip 390  
257,390,None 257 257 https://developer.download.nvidia.com/compute/cuda/redist/cuda_memcheck/windows-x86_64/cuda_memcheck-windows-x86_64-11.7.91-archive.zip 390  
257,390,None 257 257 https://developer.download.nvidia.com/compute/cuda/redist/cuda_memcheck/windows-x86_64/cuda_memcheck-windows-x86_64-11.7.91-archive.zip 390  

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.855ms