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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
16841 16841 134199 134199 PubChem (compound) 1 192623 192623 1
300832 300832 134199 134199 PubChem (substance) 2 93097 93097 2
319394 319394 134199 134199 PubChem (substance) 2 192623 192623 1
656387 656387 134199 134199 PubChem (substance) 2 40819 40819 3
704223 704223 134199 134199 PubChem (substance) 2 188623 188623 4
1149704 1149704 134199 134199 Computational Toxicology and Exposure Data 4 40819 40819 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 1706.571ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website