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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
43284 43284 19423 19423 PubChem (compound) 1 229497 229497 1
325919 325919 19423 19423 PubChem (substance) 2 28063 28063 3
357191 357191 19423 19423 PubChem (substance) 2 229497 229497 1
718389 718389 19423 19423 PubChem (substance) 2 91605 91605 2
969832 969832 19423 19423 CAS Common Chemistry 3 91605 91605 1
1172069 1172069 19423 19423 Computational Toxicology and Exposure Data 4 130263 130263 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 967.138ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website