home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 354961

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
266902 266902 354961 354961 PubChem (compound) 1 126283 126283 1
655642 655642 354961 354961 PubChem (substance) 2 126283 126283 1
748432 748432 354961 354961 PubChem (substance) 2 220575 220575 4
748447 748447 354961 354961 PubChem (substance) 2 215540 215540 3
915302 915302 354961 354961 PubChem (substance) 2 19187 19187 5
915305 915305 354961 354961 PubChem (substance) 2 218794 218794 2
1116409 1116409 354961 354961 CAS Common Chemistry 3 19187 19187 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 436.879ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website