home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 112303

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
131407 131407 112303 112303 PubChem (compound) 1 42974 42974 1
480666 480666 112303 112303 PubChem (substance) 2 42974 42974 1
480713 480713 112303 112303 PubChem (substance) 2 43108 43108 3
564825 564825 112303 112303 PubChem (substance) 2 41325 41325 2
1033595 1033595 112303 112303 CAS Common Chemistry 3 42974 42974 1
1236533 1236533 112303 112303 Computational Toxicology and Exposure Data 4 42974 42974 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 2502.309ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website