home / sidx_000

UriReference

45 rows where target = 78

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

Link content target why
27,78,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
27,78,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
27,78,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
27,78,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
27,78,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
27,78,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
27,78,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
27,78,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
27,78,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
170,78,None 170 170 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
170,78,None 170 170 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
170,78,None 170 170 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
170,78,None 170 170 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
170,78,None 170 170 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
170,78,None 170 170 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
170,78,None 170 170 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
223,78,None 223 223 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
223,78,None 223 223 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
223,78,None 223 223 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
223,78,None 223 223 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
223,78,None 223 223 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
223,78,None 223 223 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
223,78,None 223 223 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
238,78,None 238 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
238,78,None 238 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
238,78,None 238 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
238,78,None 238 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
238,78,None 238 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
238,78,None 238 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
473,78,None 473 473 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
473,78,None 473 473 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
473,78,None 473 473 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
473,78,None 473 473 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
473,78,None 473 473 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
473,78,None 473 473 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
473,78,None 473 473 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
473,78,None 473 473 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
482,78,None 482 482 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
482,78,None 482 482 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
482,78,None 482 482 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
482,78,None 482 482 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
482,78,None 482 482 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
482,78,None 482 482 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
482,78,None 482 482 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  
482,78,None 482 482 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/ 78  

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