home / sidx_000

UriReference

43 rows where target = 86

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

Link content target why
27,86,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
27,86,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
27,86,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
27,86,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
27,86,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
27,86,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
27,86,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
27,86,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
27,86,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
203,86,None 203 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
203,86,None 203 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
203,86,None 203 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
203,86,None 203 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
203,86,None 203 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
203,86,None 203 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
203,86,None 203 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
213,86,None 213 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
213,86,None 213 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
213,86,None 213 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
213,86,None 213 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
213,86,None 213 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
213,86,None 213 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
213,86,None 213 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
232,86,None 232 232 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
232,86,None 232 232 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
232,86,None 232 232 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
232,86,None 232 232 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
232,86,None 232 232 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
232,86,None 232 232 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
232,86,None 232 232 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
246,86,None 246 246 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
246,86,None 246 246 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
246,86,None 246 246 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
246,86,None 246 246 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
246,86,None 246 246 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
246,86,None 246 246 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
391,86,None 391 391 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
391,86,None 391 391 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
391,86,None 391 391 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
391,86,None 391 391 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
391,86,None 391 391 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
391,86,None 391 391 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  
391,86,None 391 391 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86  

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