home / zeropm-v0-0-4

api_results

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

7 rows where inchi_id = 132953

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
1160523 1160523 14219 14219 Computational Toxicology and Exposure Data 4 132953 132953 1
1160524 1160524 14220 14220 Computational Toxicology and Exposure Data 4 132953 132953 1
1160525 1160525 107963 107963 Computational Toxicology and Exposure Data 4 132953 132953 1
1160526 1160526 328126 328126 Computational Toxicology and Exposure Data 4 132953 132953 1
1160527 1160527 347568 347568 Computational Toxicology and Exposure Data 4 132953 132953 1
1160528 1160528 230904 230904 Computational Toxicology and Exposure Data 4 132953 132953 1
1160529 1160529 81844 81844 Computational Toxicology and Exposure Data 4 132953 132953 1
CREATE TABLE [api_results] (
        [query_id] integer,
        [api_id] integer,
        [inchi_id] integer,
        [rank] integer,
        FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id),
        FOREIGN KEY (api_id) REFERENCES api_services(api_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 1275.828ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website