home / zeropm-v0-0-4

api_results

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

5 rows where inchi_id = 211973

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
82955 82955 43255 43255 PubChem (compound) 1 211973 211973 3
413115 413115 43255 43255 PubChem (substance) 2 211973 211973 3
413116 413116 43256 43256 PubChem (substance) 2 211973 211973 3
413117 413117 427249 427249 PubChem (substance) 2 211973 211973 3
413118 413118 195868 195868 PubChem (substance) 2 211973 211973 3
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 554.894ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website