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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
142641 142641 143855 143855 PubChem (compound) 1 7398 7398 1
495561 495561 143855 143855 PubChem (substance) 2 7398 7398 1
724064 724064 143855 143855 PubChem (substance) 2 151509 151509 3
786812 786812 143855 143855 PubChem (substance) 2 188166 188166 2
1058178 1058178 143855 143855 CAS Common Chemistry 3 7398 7398 1
1260745 1260745 143855 143855 Computational Toxicology and Exposure Data 4 7398 7398 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 1282.227ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website