home / zeropm-v0-0-4

api_results

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

8 rows where inchi_id = 83512

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
718113 718113 19131 19131 PubChem (substance) 2 83512 83512 4
718114 718114 304358 304358 PubChem (substance) 2 83512 83512 2
969313 969313 19132 19132 CAS Common Chemistry 3 83512 83512 1
969314 969314 405680 405680 CAS Common Chemistry 3 83512 83512 1
969315 969315 19131 19131 CAS Common Chemistry 3 83512 83512 1
969316 969316 304358 304358 CAS Common Chemistry 3 83512 83512 1
969317 969317 373246 373246 CAS Common Chemistry 3 83512 83512 1
969318 969318 373244 373244 CAS Common Chemistry 3 83512 83512 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 493.349ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website