home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 26509

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
57907 57907 26509 26509 PubChem (compound) 1 60532 60532 1
377633 377633 26509 26509 PubChem (substance) 2 60532 60532 1
449465 449465 26509 26509 PubChem (substance) 2 61321 61321 2
980589 980589 26509 26509 CAS Common Chemistry 3 60532 60532 1
1183469 1183469 26509 26509 Computational Toxicology and Exposure Data 4 60532 60532 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 893.144ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website