home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 350542

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
784 784 350542 350542 PubChem (compound) 1 73516 73516 1
296649 296649 350542 350542 PubChem (substance) 2 73516 73516 1
747792 747792 350542 350542 PubChem (substance) 2 191859 191859 2
747797 747797 350542 350542 PubChem (substance) 2 226244 226244 3
938666 938666 350542 350542 CAS Common Chemistry 3 73516 73516 1
1135375 1135375 350542 350542 Computational Toxicology and Exposure Data 4 73516 73516 1
1184479 1184479 350542 350542 Computational Toxicology and Exposure Data 4 126433 126433 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 978.295ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website