home / zeropm-v0-0-4

api_results

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

4 rows where inchi_id = 199886

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
708707 708707 435758 435758 PubChem (substance) 2 199886 199886 5
708708 708708 103768 103768 PubChem (substance) 2 199886 199886 4
708709 708709 140033 140033 PubChem (substance) 2 199886 199886 5
708710 708710 11614 11614 PubChem (substance) 2 199886 199886 5
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 821.399ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website