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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
520289 520289 41014 41014 PubChem (substance) 2 59647 59647 3
738526 738526 41014 41014 PubChem (substance) 2 60612 60612 1
738527 738527 41014 41014 PubChem (substance) 2 343988 343988 2
738528 738528 41014 41014 PubChem (substance) 2 60612 60612 4
738530 738530 41014 41014 PubChem (substance) 2 321463 321463 5
996706 996706 41014 41014 CAS Common Chemistry 3 60612 60612 1
1199739 1199739 41014 41014 Computational Toxicology and Exposure Data 4 117473 117473 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 451.727ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website