home / zeropm-v0-0-4

api_results

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

9 rows where inchi_id = 8112

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
280028 280028 393629 393629 PubChem (compound) 1 8112 8112 2
672311 672311 30210 30210 PubChem (substance) 2 8112 8112 4
672312 672312 85044 85044 PubChem (substance) 2 8112 8112 4
672313 672313 393629 393629 PubChem (substance) 2 8112 8112 3
984795 984795 30210 30210 CAS Common Chemistry 3 8112 8112 1
984796 984796 330610 330610 CAS Common Chemistry 3 8112 8112 1
984797 984797 85042 85042 CAS Common Chemistry 3 8112 8112 1
984798 984798 85044 85044 CAS Common Chemistry 3 8112 8112 1
984799 984799 30211 30211 CAS Common Chemistry 3 8112 8112 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 541.89ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website