home / sidx_000

UriReference

23 rows where target = 47

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

Link content target why
27,47,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
27,47,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
27,47,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
27,47,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
27,47,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
27,47,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
27,47,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
27,47,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
27,47,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
151,47,None 151 151 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
151,47,None 151 151 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
151,47,None 151 151 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
151,47,None 151 151 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
151,47,None 151 151 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
151,47,None 151 151 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
174,47,None 174 174 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
174,47,None 174 174 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
174,47,None 174 174 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
174,47,None 174 174 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
174,47,None 174 174 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
174,47,None 174 174 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
174,47,None 174 174 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  
174,47,None 174 174 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/ 47  

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