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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
79617 79617 40682 40682 PubChem (compound) 1 229024 229024 2
408576 408576 54051 54051 PubChem (substance) 2 229024 229024 2
408577 408577 40682 40682 PubChem (substance) 2 229024 229024 2
408578 408578 40683 40683 PubChem (substance) 2 229024 229024 2
408579 408579 188347 188347 PubChem (substance) 2 229024 229024 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 881.533ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website