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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
276529 276529 387510 387510 PubChem (compound) 1 119630 119630 1
667940 667940 35693 35693 PubChem (substance) 2 119630 119630 2
667941 667941 357747 357747 PubChem (substance) 2 119630 119630 3
667942 667942 102545 102545 PubChem (substance) 2 119630 119630 3
667943 667943 387510 387510 PubChem (substance) 2 119630 119630 1
1334839 1334839 387510 387510 Computational Toxicology and Exposure Data 4 119630 119630 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 698.582ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website