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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
275785 275785 386550 386550 PubChem (compound) 1 123229 123229 1
666960 666960 27438 27438 PubChem (substance) 2 123229 123229 2
666961 666961 69759 69759 PubChem (substance) 2 123229 123229 6
666962 666962 386550 386550 PubChem (substance) 2 123229 123229 1
666963 666963 107488 107488 PubChem (substance) 2 123229 123229 6
1334206 1334206 386550 386550 Computational Toxicology and Exposure Data 4 123229 123229 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 951.939ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website