home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 110010

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
34385 34385 110010 110010 PubChem (compound) 1 129527 129527 1
344766 344766 110010 110010 PubChem (substance) 2 129527 129527 1
346356 346356 110010 110010 PubChem (substance) 2 13327 13327 2
677362 677362 110010 110010 PubChem (substance) 2 10442 10442 3
963196 963196 110010 110010 CAS Common Chemistry 3 10442 10442 1
1164564 1164564 110010 110010 Computational Toxicology and Exposure Data 4 129527 129527 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 435.355ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website