home / zeropm-v0-0-4

api_results

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

10 rows where query_id = 370512

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
61527 61527 370512 370512 PubChem (compound) 1 804 804 1
383076 383076 370512 370512 PubChem (substance) 2 804 804 1
435191 435191 370512 370512 PubChem (substance) 2 74423 74423 2
457988 457988 370512 370512 PubChem (substance) 2 74423 74423 3
631958 631958 370512 370512 PubChem (substance) 2 73953 73953 4
728645 728645 370512 370512 PubChem (substance) 2 804 804 5
983335 983335 370512 370512 CAS Common Chemistry 3 804 804 1
1012526 1012526 370512 370512 CAS Common Chemistry 3 74423 74423 2
1186326 1186326 370512 370512 Computational Toxicology and Exposure Data 4 804 804 1
1214648 1214648 370512 370512 Computational Toxicology and Exposure Data 4 74423 74423 2
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 555.179ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website