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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
175857 175857 156649 156649 PubChem (compound) 1 142365 142365 2
539520 539520 157108 157108 PubChem (substance) 2 142365 142365 3
539521 539521 156648 156648 PubChem (substance) 2 142365 142365 2
539522 539522 156649 156649 PubChem (substance) 2 142365 142365 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 1587.75ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website