home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 155915

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
175160 175160 155915 155915 PubChem (compound) 1 15462 15462 1
487474 487474 155915 155915 PubChem (substance) 2 57824 57824 4
502778 502778 155915 155915 PubChem (substance) 2 25415 25415 2
538642 538642 155915 155915 PubChem (substance) 2 15462 15462 1
565780 565780 155915 155915 PubChem (substance) 2 42263 42263 3
1066827 1066827 155915 155915 CAS Common Chemistry 3 15462 15462 1
1268459 1268459 155915 155915 Computational Toxicology and Exposure Data 4 15462 15462 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 760.456ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website