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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
294491 294491 437766 437766 PubChem (compound) 1 45594 45594 1
433488 433488 437766 437766 PubChem (substance) 2 43153 43153 3
513534 513534 437766 437766 PubChem (substance) 2 44217 44217 2
690482 690482 437766 437766 PubChem (substance) 2 45594 45594 1
1134242 1134242 437766 437766 CAS Common Chemistry 3 45594 45594 1
1349044 1349044 437766 437766 Computational Toxicology and Exposure Data 4 45594 45594 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 477.158ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website