home / zeropm-v0-0-4

api_results

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

6 rows where inchi_id = 115451

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
275636 275636 386316 386316 PubChem (compound) 1 115451 115451 1
666780 666780 19265 19265 PubChem (substance) 2 115451 115451 3
666781 666781 386316 386316 PubChem (substance) 2 115451 115451 1
666782 666782 101397 101397 PubChem (substance) 2 115451 115451 2
666783 666783 120036 120036 PubChem (substance) 2 115451 115451 2
1334082 1334082 386316 386316 Computational Toxicology and Exposure Data 4 115451 115451 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 490.477ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website