home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 113058

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
132284 132284 113058 113058 PubChem (compound) 1 44830 44830 1
480943 480943 113058 113058 PubChem (substance) 2 43541 43541 2
481866 481866 113058 113058 PubChem (substance) 2 44830 44830 1
1034243 1034243 113058 113058 CAS Common Chemistry 3 44830 44830 1
1237192 1237192 113058 113058 Computational Toxicology and Exposure Data 4 44830 44830 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 481.661ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website