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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
62762 62762 29471 29471 PubChem (compound) 1 5805 5805 1
384945 384945 29471 29471 PubChem (substance) 2 5805 5805 1
528702 528702 29471 29471 PubChem (substance) 2 332539 332539 2
642113 642113 29471 29471 PubChem (substance) 2 225450 225450 4
729662 729662 29471 29471 PubChem (substance) 2 5805 5805 3
984301 984301 29471 29471 CAS Common Chemistry 3 5805 5805 1
1187251 1187251 29471 29471 Computational Toxicology and Exposure Data 4 5805 5805 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 466.542ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website