home / sidx_000

UriReference

32 rows where target = 43

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

Link content target why
27,43,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
27,43,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
27,43,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
27,43,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
27,43,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
27,43,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
27,43,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
27,43,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
27,43,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
141,43,None 141 141 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
141,43,None 141 141 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
141,43,None 141 141 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
141,43,None 141 141 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
141,43,None 141 141 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
141,43,None 141 141 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
177,43,None 177 177 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
177,43,None 177 177 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
177,43,None 177 177 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
177,43,None 177 177 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
177,43,None 177 177 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
197,43,None 197 197 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
197,43,None 197 197 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
197,43,None 197 197 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
197,43,None 197 197 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
387,43,None 387 387 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
387,43,None 387 387 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
387,43,None 387 387 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
387,43,None 387 387 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
475,43,None 475 475 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
475,43,None 475 475 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
475,43,None 475 475 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  
475,43,None 475 475 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/ 43  

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