home / zeropm-v0-0-4

api_results

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

7 rows where inchi_id = 42748

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
155201 155201 135080 135080 PubChem (compound) 1 42748 42748 1
155202 155202 135081 135081 PubChem (compound) 1 42748 42748 1
512035 512035 300666 300666 PubChem (substance) 2 42748 42748 2
512036 512036 135080 135080 PubChem (substance) 2 42748 42748 1
512037 512037 135081 135081 PubChem (substance) 2 42748 42748 1
1051659 1051659 135080 135080 CAS Common Chemistry 3 42748 42748 1
1254371 1254371 135080 135080 Computational Toxicology and Exposure Data 4 42748 42748 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 1039.145ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website