home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 188636

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
206369 206369 188636 188636 PubChem (compound) 1 59145 59145 1
578938 578938 188636 188636 PubChem (substance) 2 59145 59145 1
618748 618748 188636 188636 PubChem (substance) 2 123769 123769 2
1088228 1088228 188636 188636 CAS Common Chemistry 3 59145 59145 1
1289949 1289949 188636 188636 Computational Toxicology and Exposure Data 4 59145 59145 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 1115.1ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website