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 = 110471

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
35553 35553 110471 110471 PubChem (compound) 1 13349 13349 1
346474 346474 110471 110471 PubChem (substance) 2 13349 13349 1
410521 410521 110471 110471 PubChem (substance) 2 63450 63450 3
544974 544974 110471 110471 PubChem (substance) 2 21521 21521 2
777057 777057 110471 110471 PubChem (substance) 2 136555 136555 4
964068 964068 110471 110471 CAS Common Chemistry 3 13349 13349 1
1165606 1165606 110471 110471 Computational Toxicology and Exposure Data 4 115945 115945 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 1371.579ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website