home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 54329

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
92695 92695 54329 54329 PubChem (compound) 1 19230 19230 1
426657 426657 54329 54329 PubChem (substance) 2 19230 19230 1
744870 744870 54329 54329 PubChem (substance) 2 210508 210508 2
744871 744871 54329 54329 PubChem (substance) 2 194328 194328 3
744873 744873 54329 54329 PubChem (substance) 2 286465 286465 4
1006839 1006839 54329 54329 CAS Common Chemistry 3 19230 19230 1
1208767 1208767 54329 54329 Computational Toxicology and Exposure Data 4 114936 114936 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 591.749ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website