home / zeropm-v0-0-4

api_results

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

9 rows where inchi_id = 111808

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
100286 100286 60401 60401 PubChem (compound) 1 111808 111808 1
100287 100287 60400 60400 PubChem (compound) 1 111808 111808 1
100288 100288 247557 247557 PubChem (compound) 1 111808 111808 1
437677 437677 60400 60400 PubChem (substance) 2 111808 111808 1
437678 437678 60401 60401 PubChem (substance) 2 111808 111808 1
437679 437679 247557 247557 PubChem (substance) 2 111808 111808 1
1214261 1214261 247558 247558 Computational Toxicology and Exposure Data 4 111808 111808 1
1214262 1214262 60400 60400 Computational Toxicology and Exposure Data 4 111808 111808 1
1214263 1214263 60401 60401 Computational Toxicology and Exposure Data 4 111808 111808 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 446.418ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website