home / zeropm-v0-0-4

api_results

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

6 rows where inchi_id = 54471

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
203692 203692 185821 185821 PubChem (compound) 1 54471 54471 2
203693 203693 185822 185822 PubChem (compound) 1 54471 54471 1
575496 575496 185822 185822 PubChem (substance) 2 54471 54471 1
575497 575497 185821 185821 PubChem (substance) 2 54471 54471 2
1086410 1086410 185821 185821 CAS Common Chemistry 3 54471 54471 1
1086411 1086411 185822 185822 CAS Common Chemistry 3 54471 54471 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 461.832ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website