home / zeropm-v0-0-4

api_results

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

10 rows where query_id = 180104

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
458227 458227 180104 180104 PubChem (substance) 2 177491 177491 7
568634 568634 180104 180104 PubChem (substance) 2 47068 47068 1
823012 823012 180104 180104 PubChem (substance) 2 244291 244291 2
823013 823013 180104 180104 PubChem (substance) 2 237867 237867 3
823014 823014 180104 180104 PubChem (substance) 2 243084 243084 4
823015 823015 180104 180104 PubChem (substance) 2 156920 156920 5
823016 823016 180104 180104 PubChem (substance) 2 144989 144989 6
823017 823017 180104 180104 PubChem (substance) 2 144989 144989 8
1082837 1082837 180104 180104 CAS Common Chemistry 3 47068 47068 1
1284428 1284428 180104 180104 Computational Toxicology and Exposure Data 4 47068 47068 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 2654.597ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website