home / zeropm-v0-0-4

api_results

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

12 rows where inchi_id = 43478

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
155856 155856 135762 135762 PubChem (compound) 1 43478 43478 1
155857 155857 411507 411507 PubChem (compound) 1 43478 43478 1
155858 155858 135763 135763 PubChem (compound) 1 43478 43478 1
512864 512864 411507 411507 PubChem (substance) 2 43478 43478 1
512865 512865 135762 135762 PubChem (substance) 2 43478 43478 1
512866 512866 135763 135763 PubChem (substance) 2 43478 43478 1
1052165 1052165 135762 135762 CAS Common Chemistry 3 43478 43478 1
1052166 1052166 135763 135763 CAS Common Chemistry 3 43478 43478 1
1052167 1052167 411507 411507 CAS Common Chemistry 3 43478 43478 1
1254896 1254896 411507 411507 Computational Toxicology and Exposure Data 4 43478 43478 1
1254897 1254897 135762 135762 Computational Toxicology and Exposure Data 4 43478 43478 1
1254898 1254898 135763 135763 Computational Toxicology and Exposure Data 4 43478 43478 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 2518.513ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website