home / zeropm-v0-0-4

api_results

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

13 rows where inchi_id = 13148

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
122068 122068 154098 154098 PubChem (compound) 1 13148 13148 1
122069 122069 99317 99317 PubChem (compound) 1 13148 13148 1
122070 122070 154099 154099 PubChem (compound) 1 13148 13148 1
467768 467768 154098 154098 PubChem (substance) 2 13148 13148 1
467769 467769 441539 441539 PubChem (substance) 2 13148 13148 1
467770 467770 62360 62360 PubChem (substance) 2 13148 13148 3
467771 467771 154099 154099 PubChem (substance) 2 13148 13148 1
467772 467772 99317 99317 PubChem (substance) 2 13148 13148 1
768797 768797 154098 154098 PubChem (substance) 2 13148 13148 3
768798 768798 99317 99317 PubChem (substance) 2 13148 13148 3
1026929 1026929 154098 154098 CAS Common Chemistry 3 13148 13148 1
1026930 1026930 99317 99317 CAS Common Chemistry 3 13148 13148 1
1026931 1026931 441539 441539 CAS Common Chemistry 3 13148 13148 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 905.779ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website