home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 155943

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
175184 175184 155943 155943 PubChem (compound) 1 15504 15504 1
446464 446464 155943 155943 PubChem (substance) 2 15013 15013 3
538678 538678 155943 155943 PubChem (substance) 2 15504 15504 1
809392 809392 155943 155943 PubChem (substance) 2 206693 206693 2
1066844 1066844 155943 155943 CAS Common Chemistry 3 15504 15504 1
1268475 1268475 155943 155943 Computational Toxicology and Exposure Data 4 99205 99205 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 463.38ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website